Function leptos_dom::html::optgroup

source ·
pub fn optgroup(cx: Scope) -> HtmlElement<Optgroup>
Expand description

The <optgroup> HTML element creates a grouping of options within a select element.