yarcl
    Preparing search index...

    Function Combobox

    • A text input with a filtered list of suggestions. Covers searchable select (default), typeahead / autocomplete (allowCustomValue) and async search (filter={false} + onInputValueChange + loading). Shares the size scale with Input. Works inside a Field.

      Type Parameters

      • V extends string = string

      Parameters

      Returns Element

      <Combobox placeholder="Country" options={countries} onValueChange={setCountry} />