mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-17 13:01:46 +08:00
fix(components): [input] remove unnecessary properties (#15220)
This commit is contained in:
@ -35,8 +35,6 @@
|
||||
:maxlength="maxlength"
|
||||
:type="showPassword ? (passwordVisible ? 'text' : 'password') : type"
|
||||
:disabled="inputDisabled"
|
||||
:formatter="formatter"
|
||||
:parser="parser"
|
||||
:readonly="readonly"
|
||||
:autocomplete="autocomplete"
|
||||
:tabindex="tabindex"
|
||||
|
Reference in New Issue
Block a user