KevinVandy / mantine-react-table

A fully featured Mantine V5 implementation of TanStack React Table V8, forked from Material React Table
https://www.mantine-react-table.com/
MIT License
851 stars 145 forks source link

Cannot remove MultiSelect Chip without Dropdown being Active #381

Closed ScriptedButton closed 1 month ago

ScriptedButton commented 3 months ago

mantine-react-table version

2.0.0 beta 6

react & react-dom versions

18.2.0

Describe the bug and the steps to reproduce it

When attempting to remove an active option in the MultiSelect edit variant, it is only possible to do so when the dropdown is active.

Minimal, Reproducible Example - (Optional, but Recommended)

https://codesandbox.io/p/devbox/admiring-grothendieck-5r8kn2?file=%2Fsrc%2FApp.tsx&embed=1

Screenshots or Videos (Optional)

https://github.com/user-attachments/assets/73b81a3f-391b-42cc-a292-e86b634d5113

Do you intend to try to help solve this bug with your own PR?

No, because I do not know how

Terms

alessandrojcm commented 2 months ago

Addressed in #401, this was a fun one.