We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
My empty value tags still appear in the ui.
I put style="display:none;" in the option tag. I put option[value=""] {display: none;} in the style sheet
I even tried using the hidden attribute
I want to hide an option tag with empty value. Is there a custom css class I need to use?