options | Options[] | | Array of options for the dropdown. |
onChange | (Options[]) => void | | Callback function triggered on option change. |
isSearchable | boolean | | Enables or disables the search functionality. |
placeholderText | string | | Text displayed when no options are selected. |
chip | boolean | | Displays selected options as removable chips. |
checked | boolean | | Pre-checks options when set to true. |
disabled | boolean | false | Disables the dropdown when set to true. |
defaultValue | Options[] | [] | Array of pre-selected options. |
creatable | boolean | | Allows creation of new options dynamically. |
emptyState | boolean | | Displays a message when no options are available. |
size | "sm","md","lg" | md | Adjusts the size of the dropdown (small, medium, large). |
width | number | 400 | Sets the custom width of the dropdown. |
maxHeight | number | 300 | Maximum height for the dropdown menu. |
maxLengthShow | number | 10 | Maximum number of visible options before scrolling is enabled. |