We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a398bea commit 884c366Copy full SHA for 884c366
src/bundle/Resources/public/js/scripts/core/date.time.picker.js
@@ -136,6 +136,8 @@ class DateTimePicker {
136
137
init() {
138
const flatpickr = getFlatpickr();
139
+
140
+ this.flatpickrConfig.static = this.inputField.dataset.isStatic === 'true';
141
this.flatpickrInstance = flatpickr(this.inputField, this.flatpickrConfig);
142
143
this.inputField.addEventListener('input', this.onInput, false);
0 commit comments