Skip to content

How do I hide empty option values with classes? #874

@ghost

Description

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?

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