Skip to content

v2.3.0

Compare
Choose a tag to compare
@jwaliszko jwaliszko released this 25 Nov 10:39
· 282 commits to master since this release
  • changes related to client-side validation script only:
    • validation triggered by default not only for currently modified field, but for all related ones (which state directly depends on current change) as well,
    • instantValidation switch added to ea.api.settings (indicating whether entire form should be instantly validated when any field activity is detected i.e. change, paste or keyup event), off by default,
    • appropriate message thrown when custom date parsing fails.