#MultiSelect onRemove type is wrong
4 messages · Page 1 of 1 (latest)
there's no such thing as onRemove on multiselect - unless you've made a custom one that's extended
you can make a helper function to detect what's added and removed from MultiSelect
https://codesandbox.io/s/mantine-multiselect-detect-added-and-removed-onchange-9lrrch?file=/src/App.tsx