OptionalalignmentPopup alignment relative to the button
OptionalbuttonClass name for the trigger button
OptionaldisabledDisable the select
OptionalfilterShow a search input to filter options
OptionalfilterCustom filter function. Receives the keyword and the full option list, returns filtered options. When omitted, a default label/pinyin substring match is used.
OptionalfilterPlaceholder for the filter input
OptionalfilterElement appended after the filter input
OptionalformatterFormats a selected value into a display string when the value has no matching option
OptionalmenuAdditional attributes forwarded to the Menu component
OptionalmenuClass name for the dropdown menu
OptionalmenuScrolling container ref for the popup
OptionalmultiAllow selecting multiple values
OptionalonCalled when selection changes; second argument is the current filter keyword if filtering is active
Available options
OptionalplaceholderPlaceholder text when nothing is selected
OptionalpreElement prepended inside the select button
OptionalreadShow the select in read-only mode (button click does nothing)
Currently selected values
OptionalwidthMinimum width of the select button and dropdown
OptionalwithShow a "Clear selection(s)" action at the bottom of the dropdown
Props for the Select dropdown component