Skip to content

Hidden Fields stop being hidden with ACF 5.2.7 #2

@korndev

Description

@korndev

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions