mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-17 13:01:46 +08:00
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:
@ -47,6 +47,7 @@
|
||||
:form="form"
|
||||
:autofocus="autofocus"
|
||||
:role="containerRole"
|
||||
:inputmode="inputmode"
|
||||
@compositionstart="handleCompositionStart"
|
||||
@compositionupdate="handleCompositionUpdate"
|
||||
@compositionend="handleCompositionEnd"
|
||||
|
Reference in New Issue
Block a user