Open ilko-nikolov opened 6 months ago
Does Windows have a similar option to mac trackpad?
If the "tap to click" option is not enabled I have the issue you're describing.
The behavior should be consistent with https://mantine.dev/core/select/, regardless of the options users may have.
You will probably need to set up Nested popovers
.
https://mantine.dev/core/popover/#nested-popovers
For Select Component, adding the comboboxProps={{ withinPortal: false }}
option might work.
Description of what the bug is: If a table has a filter with a mantine Select/Multiselect component, the filter doesn't trigger the onChange function when an option is selected using a laptop's touchpad.
Steps to reproduce the behavior:
Expected behavior: After selecting one of the options, the filter and the data on the table should be updated.
Laptop:
Additional context: Select without mantine-datatable works like expected - https://mantine.dev/core/select/ I noticed that it does work when you press the touchpad, until it clicks, but just tapping it doesn't work. Also it works on a smartphone or with a keyboard.