maufarinelli / react-multiselect-dropdown-button

A Dropdown Button which toggle a Multiselect List. React component fully accessible (A11y).
MIT License
10 stars 1 forks source link

className prop to MultiSelect component for customization #50

Open tugbargn opened 3 months ago

tugbargn commented 3 months ago

Currently, the MultiSelect component does not accept a className prop, which limits its customization possibilities.

Please add a className prop to the MultiSelect component, allowing users to pass a custom CSS class to the component. This will enable us to customize the appearance of the component more easily, such as changing the border color, background color, etc.