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

PropertyValueDescription
data-default-storestringStore corresponding to the value of an option.