This release candidate lands a few improvements from v1.0.0-rc.0
What's changed
- Fixed an issue with inputs on nested list being reset when the list is modified.
- Calling
event.preventDefault()
within the onSubmit handler should now prevent form submission properly - Added
undefined
as an accepted value forlastResult
, for improved compatibility with TypeScript'sexactOptionalPropertyTypes
by @aaronadamsCA. - Removed image as an accepted value for input type by @aaronadamsCA.
- All form controls are now triggered with the native
requestSubmit
API if it is available
Full Changelog: v1.0.0-rc.0...v1.0.0-rc.1