mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
[A11y] validate dates only server-side for better error message support (#5073)
This commit is contained in:
committed by
GitHub
parent
3e05463486
commit
c487373340
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user