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
#3609 was reported and fixed in #4972, however this seems to have removed the option of passing a string representation of a date to the Calendar component.
Describe the bug
#3609 was reported and fixed in #4972, however this seems to have removed the option of passing a string representation of a date to the Calendar component.
Was this intentional? The implementation in
Calendar.vue
doesn't seem to have changed, in that it still accommodates the string type, e.g. https://github.com/primefaces/primevue/blob/master/components/lib/calendar/Calendar.vue#L2794Throws TS Error:
Reproducer
https://stackblitz.com/edit/primevue-create-vue-typescript-issue-template-jggflg?file=src%2FApp.vue,package.json
PrimeVue version
3.52.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
No response
Steps to reproduce the behavior
npm run type-check
Expected behavior
Should show no typescript errors.
The text was updated successfully, but these errors were encountered: