Creates control for the given textual input element.
Note that this won't work for files, checkboxes, or radio buttons.
For <select multiple> this would only reflect the first option. Consider to use inSelect() for multi-selects.
<select multiple>
inSelect()
Target text input element.
Input aspects applied by default. These are aspect converters to constructed control from the same-valued one.
Optional
Readonly
New textual input control instance.
Generated using TypeDoc
Creates control for the given textual input element.
Note that this won't work for files, checkboxes, or radio buttons.
For
<select multiple>
this would only reflect the first option. Consider to useinSelect()
for multi-selects.