fix incorrect inputmode
parent
d7c25df7b0
commit
159106539a
|
@ -188,7 +188,7 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
inputMode() {
|
||||
return this.integerOnly ? 'number' : 'text';
|
||||
return this.integerOnly ? 'numeric' : 'text';
|
||||
},
|
||||
inputType() {
|
||||
return this.mask ? 'password' : 'text';
|
||||
|
|
Loading…
Reference in New Issue