Essentials for YOOtheme Pro
Select Element
The Select Element displays a <select> HTML element, use it to allow users to choose, by selection, a single or multiple pre-established options.
| Setting | Description |
|---|---|
| Size | The field size applied with uk-form-{size} modifier. |
| Width | The field width applied with uk-form-width-{width} modifier. |
| Height | The number of rows in the list that will be visible by default, if Multiple Selection is enabled. |
| Multiple Selection | Should it be allowed to choose more than one option. |
| Validation | Description | Dynamic | Browser Side | Server Side |
|---|---|---|---|---|
| Min | The minimum amount of options that must be chosen, greater than or equal to. | ✓ | ✓ | |
| Max | The maximum amount of options that can be chosen, lower than or equal to. | ✓ | ✓ |
TIP
For a select with a placeholder add an option with an empty value and custom label above all other options.