mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-07 14:25:37 +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)
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
created() {
|
||||
this.copy = this.prepareCopy(this.filter.value)
|
||||
},
|
||||
mounted() {
|
||||
if (this.copy) {
|
||||
this.v$.$touch()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue