Releases: dohomi/react-hook-form-mui
Releases · dohomi/react-hook-form-mui
Improve FormContainer
Changelog
The typings of FormContainer are improved, now the defaultValues
types are directly interfered and propagated to the onSuccess
function.
Additionally all useForm
arguments are now forwarded to the FormProvider
. This enables the use of resolver
like yup/joi
Move pickers import to new location
Move locations of pickers.
Thanks to @TomFreudenberg for his PR's
Important:
make sure that from this version onwards all pickers
related imports move
@mui/lab => @mui/x-date-pickers
Closes #54
Fix Datepicker and Switch reset functionality
Forward checkbox props
Forward checkbox props to CheckboxElement
Fix PasswordRepeat props forwarding
Fixes forwarding of the props. Thanks @CapsAdmin
Cleanup github action
Thanks @TimMikeladze for the contribution.