acf-hidden icon indicating copy to clipboard operation
acf-hidden copied to clipboard

Hidden Fields stop being hidden with ACF 5.2.7

Open korndev opened this issue 10 years ago • 0 comments

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:

  1. The input.css needs to be updated to:
tr[data-type="hidden"]{
    display:none;
}
  1. 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!

korndev avatar Jun 30 '15 19:06 korndev