Locale: endsWith
typing error on d.ts
#3595
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Hello, I found a bug, and also the solution to the bug. You have defined PrimeVueLocaleOptions with the property "endWith", but this is a typo. The actual property should be "endsWith".
The following works:
While the following does not:
Following is a small snippet from the LocaleOptions:
And this is why I'd like it to be fixed:
Reproducer
PrimeVue version
3.22.3
Vue version
3.x
Language
TypeScript
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
The property in the LocaleOptions should be endsWith.
The text was updated successfully, but these errors were encountered: