mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04: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"),
|
locale: $("body").attr("data-datetimelocale"),
|
||||||
useCurrent: false,
|
useCurrent: false,
|
||||||
showClear: !$(this).prop("required"),
|
showClear: !$(this).prop("required"),
|
||||||
|
keepInvalid: true,
|
||||||
icons: {
|
icons: {
|
||||||
time: 'fa fa-clock-o',
|
time: 'fa fa-clock-o',
|
||||||
date: 'fa fa-calendar',
|
date: 'fa fa-calendar',
|
||||||
|
|||||||
Reference in New Issue
Block a user