Dash Mantine Components 0.15.3 Release
This update brings a new InputWrapper component and a debounce feature for MonthPickerInput`—both thanks to amazing community contributions! ![]()
We’ve also fixed some bugs and upgraded to the latest Mantine version. This will likely be our final release before DMC V1, which will be compatible with Dash 3.
Important: Dash Mantine Components versions <1.0.0 are not compatible with Dash 3.0.0. Be sure to upgrade to DMC V1 when it’s available or pin your Dash version to <3.0.0 to avoid issues.
Now using Mantine 7.16.2
DMC now runs on Mantine 7.16.2, a minor update from 7.16.1 used in the last release.
New Component: InputWrapper
Introducing the InputWrapper Component!
Add labels, descriptions, and error messages to your custom input components—giving them a consistent look with DMC inputs.
Big thanks to @Godisemo for contributing this component! ![]()
Check Out the InputWrapper Docs
Preview:
New Feature: Debounce for MonthPickerInput
The MonthPickerInput now supports debounce=True—preventing callbacks from firing until the selection is complete!
Thanks to @oelhammouchi for this great addition!
Preview:
Bug Fixes & Improvements
Fixes:
Fixed DatePickerInput debounce issue from 0.15.2
Allowed components to be used inside children and icon props in closeButtonProps & clearButtonProps
Huge Thanks to Our Contributors!
Contributors:
First time contributor @oelhammouchi added the debounce=True feature to MonthPickerInput in PR# 471
Returning contributor @Godisemo added the InputWrapper component in PR#491
Thanks you also to @alexcjohnson for reviewing all the pull requests and providing invaluable feedback ![]()
See Past Releases
Catch up on all our past updates on the GitHub Discussions Releases page!
Get ready for DMC V1!