fix(search): fixed the maxlength attribute bug in search (#1528)

This commit is contained in:
chenxi-20 2024-04-08 10:07:06 +08:00 committed by GitHub
parent c1ec610ae7
commit 78851649f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 15 deletions

View File

@ -36,21 +36,7 @@
</transition>
<input
ref="input"
v-bind="
a($attrs, [
'type',
'class',
'style',
'^on\w+',
'id',
'disabled',
'clearable',
'max',
'min',
'readonly',
'step'
])
"
v-bind="a($attrs, ['type', 'class', 'style', '^on\w+', 'id', 'disabled', 'clearable'])"
v-model="state.currentValue"
:style="
transparent