foobar apple foo Apple Orange Strawberry

Select controls

Native select

Native select creating options from instance

Note the ref attribute on the select element below. As any other ref binding it will fetch the referenced nodes from the instance and build one instance of the template for each node. Bindings within the template are relative to the parent ref.

Native select creating options from instance but allowing empty value

Example as above except for selection="open" which creates an empty option element.