Option
A option inside a select.
<html>
...
<body>
<select>
<option>A</option>
<option value="T">B</option>
<option disabled>C</option>
<select>
...
</body>
</html>
Content
Text
Attributes
- Value - it’s value
- Disabled - whether the option can be selected
Support
Napture | Bussinga | YAB | WXV Core | |
---|---|---|---|---|
supported | v1.0.0 | v0.0.1 | None | 1 |
disabled | None | None | None | 1 |