vue-form icon indicating copy to clipboard operation
vue-form copied to clipboard

Update shallowObjectDiff

Open Nickman87 opened this issue 5 years ago • 1 comments

When changing custom validations, adding/removing functions will not trigger a re-calculation of the validators. I modified the shallowObjectDiff method to also take into account the addition/removal of new functions, instead of just plainly ignoring them.

This is a breaking issue for me at this time.

Nickman87 avatar Apr 10 '19 14:04 Nickman87

This change is not enough as new custom vailidations are not even added to the list of validations. Needs more changes to make it tight.

Nickman87 avatar Apr 16 '19 12:04 Nickman87