Release 9.6.0
9.6.0 (2022-09-28)
Features
-
core events: Add blur and focus event factories. (c5942d2)
-
pat auto suggest: Improve pat-validation integration. (11e9a0b)Allow pat-validate to check for validity when select2 was interacted with but
no value selected. -
pat date picker: Improve pat-validation integration. (57c974b)Allow pat-validate to check for validity when date picker was interacted with
but no value selected. -
pat validation: Validate whole form on submit or single error. (bc27e41)Validate the whole form when a single error happens and some elements were
disabled or when a form submit is done.
This gives the user a better feedback about any data problems in the
form and allows the user to see any other errors at all since the submit
elements could have been disabled and form validation would eventually
not be triggered.