mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4947 - Calendar PT: mask defect
This commit is contained in:
parent
573e4a0091
commit
dba0050194
2 changed files with 12 additions and 4 deletions
4
components/lib/calendar/Calendar.d.ts
vendored
4
components/lib/calendar/Calendar.d.ts
vendored
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue