---
layout: single
elementName: select
---
Defines a select dropdown with different
Example:
Copy
Defines the unique identifier for that select within the form. The name value must be unique within the context of a It can only contain alphanumeric characters When You can use any integer. Allows to select multiple options at once. Sets focus on the select when the web page loads. Disables the button. Tells the browser that this select is required. Leaving it empty will show a warning.
#
select
<option> elements.
name
"countries"
<form> container.a-z A-Z 0-9 and some special characters like - _… but no space.
size
multiple is present too, defines the height of the select list
"12"
multiple
autofocus
disabled
required