feat(components): [input] native inputmode prop for el-input & el-input-number (#14997)

* feat(components): add native inputmode for el-input

* feat(components): add native inputmode for el-input-number
 Please enter the commit message for your changes. Lines starting

* chore: rm "props" in template
This commit is contained in:
fratzinger
2025-06-20 14:24:26 +02:00
committed by GitHub
parent 4dbb805181
commit bc7773b673
6 changed files with 21 additions and 3 deletions

View File

@ -47,6 +47,7 @@
:form="form"
:autofocus="autofocus"
:role="containerRole"
:inputmode="inputmode"
@compositionstart="handleCompositionStart"
@compositionupdate="handleCompositionUpdate"
@compositionend="handleCompositionEnd"