Creates input control for the given select element.
The value of this control is an array of selected option values. This is particularly useful for <select multiple> elements. Consider to use inText() for single-selects.
<select multiple>
inText()
Target select element.
Input aspects applied by default. These are aspect converters to constructed control from the same-valued one.
Optional
Readonly
New select input control instance.
Generated using TypeDoc
Creates input control for the given select element.
The value of this control is an array of selected option values. This is particularly useful for
<select multiple>
elements. Consider to useinText()
for single-selects.