mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Merge pull request #5385 from qburst/fix--5382
fix: incorrect inputmode
This commit is contained in:
commit
0a27fde29e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue