value | string | null | Currently selected value. |
onChange | (value: string | null) => void | Called when an option is selected. |
filter | (list, inputValue) => list | Custom filter function. |
size | "small" | "large" | Changes the size of the component. |
width | number | Changes the width of the component. |
errored | boolean | Enables the error state. |
disabled | boolean | Disables the component. |
clearable | boolean | Whether the selected value is clearable. |
placeholder | string | Placeholder to show in the input. |
aria-label | string | Accessible label for screen readers. |