@sunggang/ui-lib 0.4.35 → 0.4.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Form.cjs.js +1 -0
- package/Form.esm.js +1 -0
- package/package.json +1 -1
package/Form.cjs.js
CHANGED
|
@@ -7085,6 +7085,7 @@ var FlatpickrInput = /*#__PURE__*/ React.forwardRef(function(param, ref) {
|
|
|
7085
7085
|
allowInput: true,
|
|
7086
7086
|
clickOpens: true,
|
|
7087
7087
|
time_24hr: true,
|
|
7088
|
+
disableMobile: true,
|
|
7088
7089
|
onOpen: function(_, __, instance) {
|
|
7089
7090
|
var monthSelect = instance.calendarContainer.querySelector(".flatpickr-monthDropdown-months");
|
|
7090
7091
|
var yearInput = instance.calendarContainer.querySelector(".numInputWrapper");
|
package/Form.esm.js
CHANGED
|
@@ -7058,6 +7058,7 @@ var FlatpickrInput = /*#__PURE__*/ forwardRef(function(param, ref) {
|
|
|
7058
7058
|
allowInput: true,
|
|
7059
7059
|
clickOpens: true,
|
|
7060
7060
|
time_24hr: true,
|
|
7061
|
+
disableMobile: true,
|
|
7061
7062
|
onOpen: function(_, __, instance) {
|
|
7062
7063
|
var monthSelect = instance.calendarContainer.querySelector(".flatpickr-monthDropdown-months");
|
|
7063
7064
|
var yearInput = instance.calendarContainer.querySelector(".numInputWrapper");
|