mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-12 17:23:11 +00:00
Fix regression on field counter
This commit is contained in:
parent
27a5454fb4
commit
fcdd6191e6
2 changed files with 2 additions and 0 deletions
|
|
@ -85,6 +85,7 @@
|
|||
},
|
||||
onInput() {
|
||||
manageHasValueClass(this.$el.value, this.parentClasses);
|
||||
this.$parent.inputLength = this.$el.value.length;
|
||||
}
|
||||
},
|
||||
ready() {
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@
|
|||
},
|
||||
onInput() {
|
||||
manageHasValueClass(this.$el.value, this.parentClasses);
|
||||
this.$parent.inputLength = this.$el.value.length;
|
||||
}
|
||||
},
|
||||
ready() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue