Documentation / @zerotal/flow / index / Select
Function: Select()
Select(
props):HtmlNode
Defined in: flow/src/headless.ts:370
A styled native <select> bound to an @expose value via flow:model — reliable and
fully accessible for free. Reach for Listbox only when you need custom option markup.
Parameters
props
Returns
Example
<Select bind={this.country} options={[{ label: 'Canada', value: 'ca' }]} />