Skip to content

v1.0.0-alpha.3

Compare
Choose a tag to compare
@webblocksapp webblocksapp released this 25 Oct 21:51
· 197 commits to master since this release

Pre-release version of solid-form-handler library.

  • Added dependant validations APIs for triggering validations of another field.
  • You can specify single or multiple events in which your form fields can be validated, for example, to be validated only on input or on input and on blur. For this, you can use the form handler option validateOn which receives an array of the desired events.
  • Added conditional rendering form handler optimizations.
  • Now validations can be delayed to avoid expensive validations on every value change. The form handler will debounce them, especially if you need to work with async validations.