{% set title = 'Select' %} {% set filename = 'form-element-select.html' %} {% extends 'src/layouts/master.html' %} {% block content %}
Customize the native «select» with custom CSS that changes the element’s initial appearance.
Use .form-select class for basic select control.
Use disabled attribute for disabled select control.
Use .choices class for basic choices control.
Use optgroup attribute for basic choices with Label control.
Use .choices class for basic choices control. Use
multiple="multiple"
attribute for multiple select box.
Use optgroup attribute for multiple select box with Label control.
Use .multiple-remove attribute for multiple select box with remove
button.
Use .select-light-{colorName} class for light background to selected
Options.