Select
Select lets users choose one option from an options menu. Consider using select when you have 4 or more options to choose from.
This component was tested and signed off by Applause (external accessibility specialists).
- If a
labelcan not be used, always provide anaria-labelas an alertnative. This will allow screen reader users to know the purpose of the Select. - Never use
placeholdertext in place of alabeloraria-label.
The problem with placeholders
Select: Manual accessibility test