Hello I am facing few of issues while using this package.
I am unable to customise the options list
I want to customise this way but unable to do it. I tried using optionValueDecorator prop as well but it didn't work.
While removing the search keyword the selected item is getting removed and onRemove event is not getting called and its causing issues to handle my state.
When i am using disablePreSelectedValues prop it disabling newly selected values as well. But in my case , i need newly selected values to be allowed to remove and once we save and get back the data, only that particular items should be disabled.
I am using these versions:-
"multiselect-react-dropdown": "^2.0.25" "react": "^17.0.1"
Context:-
Hello I am facing few of issues while using this package.
I want to customise this way but unable to do it. I tried using optionValueDecorator prop as well but it didn't work.
While removing the search keyword the selected item is getting removed and onRemove event is not getting called and its causing issues to handle my state.
When i am using disablePreSelectedValues prop it disabling newly selected values as well. But in my case , i need newly selected values to be allowed to remove and once we save and get back the data, only that particular items should be disabled.
I am using these versions:-
"multiselect-react-dropdown": "^2.0.25" "react": "^17.0.1"