Vivid API

Combobox

Combobox contains a free text input for filtering options along with a similar behavior to a Select.

Implementation

  • If a label can not be used, always provide an aria-label as an alternative. This will allow screen reader users to know the purpose of the Combobox.
  • Never use placeholder text in place of a label or aria-label.
    The problem with placeholders

Resources