v1.1.0
New features
- Default values in React Hook Form is now initialized with the
values
property. There is also a new property on children to tell if a field value is dirty on the client-side.
Bug Fix (breaking change)
- Before this release enums without a default value would be rendered by default as a
select
component having the first option selected. Now the component will be rendered without any selected option unless specified in thevalues
property.
Full Changelog: v1.0.0...1.1.0