multiselect-react-dropdown
multiselect-react-dropdown copied to clipboard
How can we disable the search input and make the dropdown work on click
I passed this prop to <Multiselect /> and
onKeyPressFn={(e) => e.preventDefault()}
this className to inputField
cursor: "pointer",
caretColor: "transparent"
Unfortunately not working on mobile device, keyboard still popping up