mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-17 21:32:51 +08:00
fix(components): [autocomplete] add placeholder prop type definition (#21206)
* fix(components): [autocomplete] add placeholder prop type definition * feat(components): [autocomplete] add inputProps and merge properties * docs: [input] description typo * feat: explicitly using the `model` & `disabled` * fix(components): [time-picker] single input name type * docs: add input attrs link --------- Co-authored-by: warmthsea <2586244885@qq.com>
This commit is contained in:
@ -34,6 +34,7 @@
|
||||
ref="input"
|
||||
:class="nsInput.e('inner')"
|
||||
v-bind="attrs"
|
||||
:name="name"
|
||||
:minlength="minlength"
|
||||
:maxlength="maxlength"
|
||||
:type="showPassword ? (passwordVisible ? 'text' : 'password') : type"
|
||||
|
Reference in New Issue
Block a user