Note that if you've already started using uncontrolled form mode introduced in 7.8.0, you need to include form.key() as described in the documentation.
What's Changed
[@mantine/form] Add defaultValue to form.getInputProps return type
[@mantine/form] Replace key spread with form.getInputProps with form.key() function
[@mantine/dropzone] Fix keyboard activation not working (#6095)
[@mantine/dates] DatePicker: Fix date range being stuck in incorrect state when controlled state changes to an empty value (#6092)
[@mantine/core] Radio: Allow null to be passed to Radio.Group value to clear the value (#6102)
[@mantine/core] NumberInput: Fix incorrect cursor position when backspace is pressed (#6072)
[@mantine/core] Fix incorrect empty string handling in style props (#6078)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @mantine/core from 7.8.0 to 7.8.1.
Release notes
Sourced from
@mantine/core
's releases.Commits
b95051c
[release] Version: 7.8.15ed0df9
[refactor] Change order ofonChange
andonChangeEnd
in Slider (#6064)16a76e1
[@mantine/core
] Radio: Allownull
to be passed to Radio.Group value to clea...a1da2ae
[refactor] Cleanup NumberInpute73814c
[@mantine/core
] NumberInput: Fix incorrect cursor position when backspace is ...9130628
[@mantine/core
] Fix incorrect empty string handling in style props (#6078)a1c7ff4
[mantine.dev] Fix typo (#6091)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show