fix incorrect inputmode

pull/5385/head^2
navedqb 2024-03-07 14:31:21 +05:30 committed by GitHub
parent d7c25df7b0
commit 159106539a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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';