mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-01 10:47:57 +08:00
fix(components): [el-input-number]raise native form validation error (#4706)
This commit is contained in:
parent
f0162167aa
commit
812b1b8b80
@ -38,6 +38,7 @@
|
||||
<el-input
|
||||
ref="input"
|
||||
type="number"
|
||||
:step="step"
|
||||
:model-value="displayValue"
|
||||
:placeholder="placeholder"
|
||||
:disabled="inputNumberDisabled"
|
||||
|
Loading…
Reference in New Issue
Block a user