Fixed #4947 - Calendar PT: mask defect

This commit is contained in:
tugcekucukoglu 2023-12-08 15:39:11 +03:00
parent 573e4a0091
commit dba0050194
2 changed files with 12 additions and 4 deletions

View file

@ -326,6 +326,10 @@ export interface CalendarPassThroughOptions {
* Used to pass attributes to the aria year's DOM element.
*/
hiddenYear?: CalendarPassThroughOptionType;
/**
* Used to pass attributes to the datepicker mask's DOM element.
*/
datepickerMask?: CalendarPassThroughOptionType;
/**
* Used to manage all lifecycle hooks.
* @see {@link BaseComponent.ComponentHooks}