Skip to content
Snippets Groups Projects
Commit 5a0ce2c9 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

automatically close datepickers on date select

parent ec0e2c6f
Branches
Tags
No related merge requests found
......@@ -26,6 +26,7 @@ $(document).ready(function()
showClearBtn: false,
setDefaultDate: true,
defaultDate: startDate,
autoClose: true,
i18n: {
// Strings and translations
......@@ -154,6 +155,7 @@ function createDatePickerEnd(minDate, selectedDate)
setDefaultDate: true,
minDate: minDate,
defaultDate: selectedDate,
autoClose: true,
i18n: {
// Strings and translations
......
......@@ -50,6 +50,7 @@ $(document).ready(function()
showClearBtn: false,
setDefaultDate: true,
defaultDate: startDate,
autoClose: true,
i18n: {
// Strings and translations
......@@ -103,6 +104,7 @@ $(document).ready(function()
setDefaultDate: true,
minDate: minDate,
defaultDate: selectedDate,
autoClose: true,
i18n: {
// Strings and translations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment