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 3fedfcd commit 3e7fdeaCopy full SHA for 3e7fdea
src/components/QuestionTypes/TextType.vue
@@ -71,7 +71,7 @@
71
return this.question.mask.some(mask => mask.length === this.dataValue.length)
72
}
73
74
- return this.dataValue.length !== this.question.mask.length
+ return this.dataValue.length === this.question.mask.length
75
76
77
return !this.question.required || this.hasValue
0 commit comments