vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

How can I `useFieldArray` to dynamically reflect validation?

Open yu-sasaki0 opened this issue 1 year ago • 0 comments

What happened?

When I submit a form, it is validated and an error is displayed, but the input is not immediately reflected. How can I make it reflect immediately?

Sorry if there are already similar questions or solutions!

Reproduction steps

...

Version

Vue.js 3.x and vee-validate 4.x

What browsers are you seeing the problem on?

  • [ ] Firefox
  • [X] Chrome
  • [ ] Safari
  • [ ] Microsoft Edge

Relevant log output

No response

Demo link

https://stackblitz.com/edit/vitejs-vite-cpynbs?file=src%2FApp.vue,src%2Fcomponents%2FArrayInputRow.vue%3AL15

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

yu-sasaki0 avatar Mar 31 '24 08:03 yu-sasaki0