add: inputmode for better UI
This commit is contained in:
parent
628659c39d
commit
b53a10d93f
2 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
:required="required"
|
||||
placeholder=" "
|
||||
@blur="emit('blur')"
|
||||
:inputmode="type === 'number' ? 'decimal' : undefined"
|
||||
/>
|
||||
<label :for="id">{{ label }}</label>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue