kenshoo / react-multi-select

A Multi Select component built with and for React
https://kenshoo.github.io/react-multi-select
MIT License
120 stars 53 forks source link

How to control clicks to delete under destination and source list #187

Open brunoqs opened 3 years ago

brunoqs commented 3 years ago

Its possible to select and unselect items from source list, there is a way to control this onClicks events? Example: I want to disable the unselect click under destination list, only source list controls whats selected or not

muserref-sefer commented 3 years ago

@brunoqs Did you find a solution?