Skip to content
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.

Select Element

SettingDescription
SizeThe field size applied with uk-form-{size} modifier.
WidthThe field width applied with uk-form-width-{width} modifier.
HeightThe number of rows in the list that will be visible by default, if Multiple Selection is enabled.
Multiple SelectionShould it be allowed to choose more than one option.
ValidationDescriptionDynamicBrowser SideServer Side
MinThe minimum amount of options that must be chosen, greater than or equal to.
MaxThe 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.