OptionalcolorBackground color for the option label (e.g., "#ff6600")
OptionaliconIcon class (e.g., "ti ti-folder") or emoji string
OptionallabelDisplay label shown in the dropdown and button
OptionalonClick handler attached to the selected chip (multi-selection mode only)
OptionalpinyinPinyin representation for Chinese text filtering
OptionalrenderCustom render function for the option item in the dropdown.
Return null to skip this option (useful for non-selectable separators/headings).
OptionalrenderCustom render function for the selected value chip (multi-selection mode only). When set, this replaces the default coloured-chip display for this option.
OptionalvalueUnique value identifying this option
A single option item for the Select component