Disabling individual items
Mark specific items in the data array as non-interactive using the disabledField prop.
Excluding items from the list or from search
Hide items entirely, or keep them visible while removing them from search results.
Selected-item ordering & visibility
Hide already-selected items, sort them to the top, or close the list after each toggle in MultiSelect.
Pagination with onEndReached
Load more items when the user scrolls to the bottom of the dropdown list using onEndReached.
Open and close programmatically
Open or close a Dropdown or MultiSelect from outside the component using its imperative ref.