Fix regression on field counter

This commit is contained in:
Marcos Moura 2016-08-02 02:06:24 -03:00
parent 27a5454fb4
commit fcdd6191e6
2 changed files with 2 additions and 0 deletions

View file

@ -85,6 +85,7 @@
},
onInput() {
manageHasValueClass(this.$el.value, this.parentClasses);
this.$parent.inputLength = this.$el.value.length;
}
},
ready() {

View file

@ -86,6 +86,7 @@
},
onInput() {
manageHasValueClass(this.$el.value, this.parentClasses);
this.$parent.inputLength = this.$el.value.length;
}
},
ready() {