Skip to content

Hiding options in select (drop down list) #801

@nimble0

Description

@nimble0

With HTML/CSS it's possible to hide options with a display: none rule.

In RmlUi, display: block is set directly on the option element, so no display rules work:

element->SetProperty(PropertyId::Display, Property(Style::Display::Block));

Metadata

Metadata

Assignees

No one assigned

    Labels

    conformanceAligning with HTML and CSS specifications

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions