linkDescription
- Always associate a label to every select element for good accessibility. Do not include a colon at the end of the label.
- The advantage of having a multiple selection list over a checkbox list, it’s that it can have a fixed height and be scrollable natively.
- The multiple select element requires the user to hold down the Ctrl (Cmd) key in order to make more than one selection.
Element states
How to use this elementExample
Code
content_copy