MultiSelect Name: prop overshadowing #4743
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
https://github.com/primefaces/primevue/pull/4588/files
this.$primevue.config.locale.selectionMessage
over shadows selectedItemsLabel when set and prevent any "contexutal" useReproducer
https://stackblitz.com/edit/ejwndf-bepfox?file=src%2FApp.vue
PrimeVue version
3.39.0
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
1.set a translation via the global API (in main.js)
1.set a local and contextual translation via the
Expected behavior
setting a global translation should work
setting a local translation via the prop should work.
local overrides the global API (similar as the pass through API)
The text was updated successfully, but these errors were encountered: