Compare commits

...

1 Commits

Author SHA1 Message Date
Richard Schreiber
830037bc67 [A11y] validate dates only server-side for better error message support 2025-05-06 13:47:12 +02:00

View File

@@ -60,6 +60,7 @@ var form_handlers = function (el) {
locale: $("body").attr("data-datetimelocale"),
useCurrent: false,
showClear: !$(this).prop("required"),
keepInvalid: true,
icons: {
time: 'fa fa-clock-o',
date: 'fa fa-calendar',