About 6 results
Open links in new tab
  1. Introduction | Downshift

    The second solution is the Downshift component, which can also be used to create accessible combobox and select components, providing the logic in the form of a render prop. It served …

  2. useCombobox - Downshift

    It also contains the changes proposed by Downshift that should occur as a consequence of that change type. You are supposed to return the new state according to your needs. In the …

  3. Downshift

    The Downshift component has been developed in order to provide accessibility and functionality to a combobox or autocomplete input, described by its corresponding ARIA accessibility pattern.

  4. useSelect - Downshift

    Controlling state is possible by receiving the state changes handled by Downshift via onChange props (onHighlightedIndexChange, onSelectedItemChange etc.), changing data based on …

  5. useMultipleSelection - Downshift

    The props are similar to the ones provided by vanilla Downshift to the children render prop. These props are called getter props and their return values are destructured as a set of ARIA …

  6. Hooks - Downshift

    Downshift Hooks Every React hook offers custom logic to build the kind of dropdown you need. If you need to build a combobox then use useCombobox. However, if you don't need to type a …