mavenlink / design-system

Mavenlink React Components
https://mavenlink.github.io/design-system
MIT License
2 stars 4 forks source link

Select v2 #352

Open juanca opened 3 years ago

juanca commented 3 years ago

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.