You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently calendar does not accept (Date | null) type as a valid CalendarValueType.
This results in typing errors, even though clearing the date sets the value to null.
Describe the bug
Currently calendar does not accept (Date | null) type as a valid CalendarValueType.
This results in typing errors, even though clearing the date sets the value to null.
Reproducer
https://primefaces.org/primevue/calendar
PrimeVue version
3.21.0
Vue version
3.x
Language
TypeScript
Build / Runtime
TypeScript
Browser(s)
Any
Steps to reproduce the behavior
Expected behavior
Typescript compiler not giving errors on valid date values.
The text was updated successfully, but these errors were encountered: