What happened?
When i remove an element from a fieldArray, both values and inititalValues is updated, resulting in a form that is not Dirty?
Looks like this is by design,, or i'm i missing something?
I would expect a form that, gets a field removed would become dirty?
Reproduction steps
- Use the basic example from here: https://vee-validate.logaretm.com/v4/api/use-field-array
- Set initialValues to
{ links: [{ id: 1, url: 'https://github.com/logaretm' }, { id: 2, url: 'https://github2.com/logaretm' }], }
- Remove on of the fields
Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
https://vee-validate.logaretm.com/v4/api/use-field-array
Code of Conduct
What happened?
When i remove an element from a fieldArray, both values and inititalValues is updated, resulting in a form that is not Dirty?
Looks like this is by design,, or i'm i missing something?
I would expect a form that, gets a field removed would become dirty?
Reproduction steps
{ links: [{ id: 1, url: 'https://github.com/logaretm' }, { id: 2, url: 'https://github2.com/logaretm' }], }Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
No response
Demo link
https://vee-validate.logaretm.com/v4/api/use-field-array
Code of Conduct