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:
yuhengshen
2025-07-03 06:15:53 +08:00
committed by GitHub
parent 1e28b08bcb
commit a579224896
6 changed files with 39 additions and 52 deletions

View File

@ -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"