feat: implement pluggable search in ComboBoxSimple component
Sometimes we don’t have a static list of choices but an async source for them (like an API endpoint). This is now supported out of the box through the searchProvider prop.
Please register or sign in to comment