Function leptos_dom::html::option
source · pub fn option(cx: Scope) -> HtmlElement<Option_>
Expand description
The <option>
HTML element is used to define an item contained in a select, an optgroup, or a datalist element. As such, <option>
can represent menu items in popups and other lists of items in an HTML document.