- Fix Menu click outside events not working when it is used within Drawer
- Fix
onKeyDown
prop not working correctly in MultiSelect component - Add option to configure z-index to Indicator component and fix the issue when indicator appeared above modal
- Make use-form functions memoized to optimize rerenders (#1383)
- Fix
registerSpotlightActions
andremoveSpotlightActions
not working correctly in@mantine/spotlight
(#1396) - Fix
Enter
key not submitting form in Autocomplete component (#1364)