We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd63a95 commit 0693334Copy full SHA for 0693334
src/mixins/validatable.js
@@ -113,11 +113,7 @@ export default {
113
114
watch: {
115
rules: {
116
- handler (newVal, oldVal) {
117
- // TODO: This handler seems to trigger when input changes, even though
118
- // rules array stays the same? Solved it like this for now
119
- if (newVal.length === oldVal.length) return
120
-
+ handler () {
121
this.validate()
122
},
123
deep: true
0 commit comments