Select
Creates a select menu the defaults to a stored item and runs setStore on choose.
<select is="chemical-select" data-default-store="service">
<option value="uv">Ultraviolet</option>
<option value="rammerhead">Rammerhead</option>
<option value="scramjet">Scramjet</option>
<option value="meteor">Meteor</option>
</select>
Config
Property | Value | Description |
---|---|---|
data-default-store | string | Store corresponding to the value of an option. |