Hey there,
Just updated ACF 5.2.7 and our hidden fields started showing up. Dug into the code and it seems two things needed to happen:
- The input.css needs to be updated to:
tr[data-type="hidden"]{
display:none;
}
- Seems like the input_admin_enqueue_scripts function needs to be uncommented in acf-hidden-v5.php
Not setup to do a pull request for this, so hopefully these updates can be made to help someone else.
Thanks!
Hey there,
Just updated ACF 5.2.7 and our hidden fields started showing up. Dug into the code and it seems two things needed to happen:
Not setup to do a pull request for this, so hopefully these updates can be made to help someone else.
Thanks!