Function useSelect

  • Provides the behavior and accessibility implementation for a select component. A select displays a collapsible list of options and allows a user to select one of them.

    Type Parameters

    • T

      A selected value.

    Parameters

    Returns HeadlessSelectValue<T>

    An object which identity never changes between renders.