Form: reset not working, changed value not update input #6755
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
PrimeVue Form reset not working.
On call
$form.reset()
form states correctly (reseted).But not input value.
It also updates the states, but does not update the input:
$form.username.value = 'NEW VALUE'
dependencies
Reproducer
https://stackblitz.com/edit/eszbvm?file=src%2FApp.vue
PrimeVue version
4.2.1
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
Chrome 130
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: