Skip to content

v2.2.2

Compare
Choose a tag to compare
@zoul0813 zoul0813 released this 26 Apr 13:40
· 142 commits to master since this release
6f0ecd3
  • Fix NaN with value 0 on input type number/range.
  • Fix bug in fieldUpload that threw error due to $event not being defined
  • Added $event to onValidationError in fieldSubmit
  • Fixed bug with validationErrorClass and validationSuccessClass depending on each
  • Made DEBOUNCE_FORMAT_MS configurable in fieldInput, just pass debounceFormatTimeout: TIME_IN_MS in field schema
  • $event.preventDefault() called when using async validation with fieldSubmit to prevent unwanted form submissions