8.3.16

mantinedev/mantine8.3.16Mar 5, 2026by rtivital

AI Summary

Multiple bug fixes across core components including modals, tooltips, number inputs, app shell, and spotlight.

Key Highlights

  • Fixed onClose being called multiple times in modals
  • Fixed Tooltip component not throwing error when used with string
  • Fixed AppShell layout='alt' not working with mode='static'

Full Release Notes

## What's Changed
- `[@mantine/modals]` Fix `onClose` being called multiple times (#8727)
- `[@mantine/core]` Tooltip: Fix component not throwing erro when used with string (#8694)
- `[@mantine/core]` NumberInput: Fix incorrect decimal separator parsing in `onPaste`
- `[@mantine/core]` AppShell: Fix `layout="alt"` not working with `mode="static"`
- `[@mantine/stotlight]` Fix actions list being rendered when nothing found message was not set (#8592)


**Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.15...8.3.16