What is the current behavior?
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
What is the expected behavior?
I want to hide an option tag with empty value. Is there a custom css class I need to use?