[Koha-bugs] [Bug 27427] Update the way form validation errors are displayed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 14 14:32:34 CET 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27427

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 115160
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=115160&action=edit
Bug 27427: (follow-up) Add validation trigger to datepicker

This patch adds a default action to the datepicker plugin, triggering an
"onSelect" event which checks to see if the field is valid according to
the jQuery validation plugin.

This change attempts to fix a problem where validation isn't triggered
by the typical onkeyup or blur events because the field is updated by
the datepicker plugin.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list