Notes
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]AdddefaultValuetoform.getInputPropsreturn type[@mantine/form]Replacekeyspread withform.getInputPropswithform.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: Allownullto 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)
New Contributors
Full Changelog: 7.8.0...7.8.1