# Mantine 9.3.2 - Product: Mantine (https://whatsnew.fyi/product/mantine) - Vendor: Mantine - Date: 2026-06-16 - Version: 9.3.2 - Original notes: https://github.com/mantinedev/mantine/releases/tag/9.3.2 - Permalink: https://whatsnew.fyi/product/mantine/releases/9.3.2 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — Allow undefined className with TypeScript exactOptionalPropertyTypes - **fixed** — TimePicker: Allow entering 01-09 hours over a selected 00 value - **fixed** — Fix cli flags not being handled correctly in mcp-server - **fixed** — Combobox: Fix default options rendering not fully working with some components combination - **fixed** — SankeyChart: Fix incorrect color resolving - **fixed** — DatePickerPicker: Fix range presets ignoring specified time - **fixed** — DayView: Fix double top border when events are present - **added** — TimePicker: Add closeDropdownOnPresetSelect prop support - **fixed** — TimePicker: Fix input getting stuck at maximum value when typing at the last spin input - **fixed** — PasswordInput: Fix sections misplaced when dir overrides parent direction - **added** — Splitter: Add option to reset on double click - **fixed** — Popover: Fix dropdown position not updating when page is zoomed - **fixed** — Text: Fix incorrect default textWrap value - **fixed** — Checkbox: Fix readOnly prop not working correctly for controlled checkbox - **fixed** — Textarea: Fix autosize textarea not growing when resized within Splitter ##### What's Changed - `[@mantine/core]` Allow undefined className with TypeScript `exactOptionalPropertyTypes` (#8978) - `[@mantine/dates]` TimePicker: Allow entering 01-09 hours over a selected 00 value (#8970) - `[@mantine/mcp-server]` Fix cli flags not being handled correctly (#8966) - `[@mantine/core]` Combobox: Fix default options rendering not fully working with some components combination (#8979) - `[@mantine/charts]` SankeyChart: Fix incorrect color resolving (#8973) - `[@mantine/dates]` DatePickerPicker: Fix range presets ignoring specified time (#8980) - `[@mantine/schedule]` DayView: Fix double top border when events are present - `[@mantine/dates]` TimePicker: Add `closeDropdownOnPresetSelect` prop support - `[@mantine/dates]` TimePicker: Fix input getting stuck at maximum value when typing at the last spin input - `[@mantine/core]` PasswordInput: Fix sections misplaced when `dir` overrides parent direction (#8936) - `[@mantine/core]` Splitter: Add option to reset on double click (#8957) - `[@mantine/core]` Popover: Fix dropdown position not updating when page is zommed - `[@mantine/core]` Text: Fix incorrect default `textWrap` value (#8961) - `[@mantine/core]` Checkbox: Fix `readOnly` prop not working correctly for controlled checkbox (#8960) - `[@mantine/core]` Textarea: Fix autosize textarea not growing when resized within Splitter (#8956) ##### New Contributors * @SyntaxHQDEV made their first contribution in https://github.com/mantinedev/mantine/pull/8966 * @bensaufley made their first contribution in https://github.com/mantinedev/mantine/pull/8978 **Full Changelog**: https://github.com/mantinedev/mantine/compare/9.3.1...9.3.2