|
The Select element is one of the container tags for the Option tag.
Select is the container tag that shows option as a selectable list. The list can be a variable size list like this...
Or a scrollable list like this...
|
|
CREATED 2021-04-26 09:45:35.0
|
010-00-07-58
|
UPDATED 2021-04-26 09:45:44.0
|
|
|
|
autofocus |
autofocus |
Sets the focus to this when the form/page loads |
disabled |
disabled |
Makes the list unusable |
form |
form_id |
The for the list belongs to |
multiple |
multiple |
More than one option can be selected |
name |
name |
Name of the list |
required |
required |
Required for the form to be sumbitted |
size |
number |
How many option are displayed. Makes the list a scrollable list. |
|
|
CREATED 2021-04-26 09:54:08.0
|
010-00-07-59
|
UPDATED 2021-04-26 09:54:18.0
|
|
|