• Resolved tinyCoder

    (@tinycoder)


    Hello, is there a way to remove the new modification you added in the latest version?

    It’s the ability to select All & None items from select box, I have select boxes with more than 3000 items in it, while loading the page takes alot of time, also if a member clicked Select All by mistake you can imagin what happens!

    Thanks in advanced.

    https://wordpress.org/plugins/meta-box/

Viewing 1 replies (of 1 total)
  • Plugin Author Anh Tran

    (@rilwis)

    Hi, I think the best way is using CSS to hide these links.

    You can use the Add Admin CSS plugin and enter the following CSS:

    .rwmb-select-all-none { display: none; }

Viewing 1 replies (of 1 total)

The topic ‘Remove "Select All | None" from select box’ is closed to new replies.