8.3.13
mantinedev/mantine8.3.13Jan 20, 2026by rtivital
AI Summary
Feature-rich release adding new Combobox functionality and multiple bug fixes for ScrollArea, Popover, TimePicker, and RangeSlider components. Introduces two new props for enhanced dropdown behavior.
Key Highlights
- Added openOnFocus prop to Combobox based components
- Added selectFirstOptionOnDropdownOpen to Combobox based components
- Fixed TimePicker clearing in uncontrolled mode
- Fixed Shift + wheel scroll on Windows in ScrollArea
- Fixed Popover aria-controls attribute being set incorrectly
New Features
- Added openOnFocus prop to Combobox components
- Added selectFirstOptionOnDropdownOpen to Combobox components
Full Release Notes
## What's Changed - `[@mantine/core]` Add `openOnFocus` prop to Combobox based components (#5893, #8623) - `[@mantine/dates]` TimePicker: Fix clearing in uncontrolled mode not updating to empty value (#8622) - `[@mantine/core]` ScrollArea: Fix Shift + wheel scroll not working correctly on Windows (#8619) - `[@mantine/core]` Add `selectFirstOptionOnDropdownOpen` to Combobox based components (#8597) - `[@mantine/core]` ScrollArea: Fix `onBottomReached` not being called when used in zoomed-in viewports (#8616) - `[@mantine/core]` Popover: Fix `aria-controls` attribute being set on the target element when the dropdown is not mounted (#8595) - `[@mantine/core]` RangeSlider: Fix incorrect Styles API name (#8601) - `[@mantine/core]` ScrollArea: Fix `overscrollBehavior` prop not working in ScrollArea.Autosize component (#8611) ## New Contributors * @AgentRBY made their first contribution in https://github.com/mantinedev/mantine/pull/8601 * @jonathanhuynh70 made their first contribution in https://github.com/mantinedev/mantine/pull/8595 * @robert-j-webb made their first contribution in https://github.com/mantinedev/mantine/pull/8616 * @Alan-Gomes made their first contribution in https://github.com/mantinedev/mantine/pull/8597 * @pggggggggh made their first contribution in https://github.com/mantinedev/mantine/pull/8622 * @harry-ignite made their first contribution in https://github.com/mantinedev/mantine/pull/8623 **Full Changelog**: https://github.com/mantinedev/mantine/compare/8.3.12...8.3.13