arengibook 3.1.9-datepicker → 3.2.0-datepicker
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13916,7 +13916,8 @@ var DatePicker = function DatePicker(_ref) {
|
|
|
13916
13916
|
}, (dateFormat === 'mm/yy' || dateFormat === 'yy') && {
|
|
13917
13917
|
footerTemplate: headerTemplate
|
|
13918
13918
|
}, displayMask && {
|
|
13919
|
-
mask: getMaskFromDateFormat(dateFormat)
|
|
13919
|
+
mask: getMaskFromDateFormat(dateFormat),
|
|
13920
|
+
maskSlotChar: '.'
|
|
13920
13921
|
}, rest, {
|
|
13921
13922
|
onShow: handleShow,
|
|
13922
13923
|
onHide: handleHide
|