Select
A input that allows to select between several options.
<html>
...
<body>
<select>
<option>A</option>
<option value="T">B</option>
<option disabled>C</option>
</select>
...
</body>
</html>
Children
Attributes
- disabled - whether the select can be changed
Support
| | Napture | Bussinga | WXV Core |