@svelteschool/svelte-forms
Version:
A simple form component that doesn't care about what you put in it. It just works.
20 lines (11 loc) • 433 B
Markdown
## [Unreleased]
## [0.6.0] - 2020-05-06
### New Features
- onSubmit event is now forwarded to the parent.
- Switched to another mode of getting the input nodes. 13% speed increase.
## [0.6.0] - 2020-05-06
### New Features
- Now possible to supply an array of actions to the `Form` component.
## [0.5.1] - 2020-05-06
### Fixed
- Fixes a multiple select bug that would deselect things after trying to select more than 2 items.