mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-14 00:59:06 +00:00
Fix number input validation bug
This commit is contained in:
parent
5c558f3b12
commit
e09f8b9745
1 changed files with 3 additions and 1 deletions
|
@ -43,8 +43,10 @@ export default {
|
||||||
clearTimeout(delayTimeout)
|
clearTimeout(delayTimeout)
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
mounted() {
|
created() {
|
||||||
this.copy = this.prepareCopy(this.filter.value)
|
this.copy = this.prepareCopy(this.filter.value)
|
||||||
|
},
|
||||||
|
mounted() {
|
||||||
if (this.copy) {
|
if (this.copy) {
|
||||||
this.v$.$touch()
|
this.v$.$touch()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue