You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
Ideally, the Select component has a similar API to MultiSelect. In addition, in order to provide a more consistent UX between both components, it should basically receive a list of data objects and a custom render function.
The Select component should be able to filter the data object and then use the custom render function for producing the desired JSX.
However, this is a big scope an we will need to sit down and plan more of this.
Ideally, the Select component has a similar API to MultiSelect. In addition, in order to provide a more consistent UX between both components, it should basically receive a list of data objects and a custom render function.
The Select component should be able to filter the data object and then use the custom render function for producing the desired JSX.
However, this is a big scope an we will need to sit down and plan more of this.