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