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
As it turned out, the problem has been found so far specifically with .slice(0, n), if you do return value + '_'; then it works, it's unclear why, but it seems to me that the problem is in the writeValue method.
Describe the bug
In version 3.51.0 u use update:modelValue and save reactivity
In version 4.2.5 u kill reactivity because u use this.writeValue
And i can't change value in input.
See this text in input don't change, but modelValue change:
Reproducer
https://stackblitz.com/edit/primevue-4-ts-vite-issue-template-9ubq2xzw?file=src%2FWorkComponent.vue
PrimeVue version
4.2.5
Vue version
4.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
Chrome 131.0.6778.205
Steps to reproduce the behavior
And use u InputText
Expected behavior
Value in InputText reactivity
The text was updated successfully, but these errors were encountered: