fix(components): [input] remove unnecessary properties (#15220)

This commit is contained in:
류한경
2023-12-22 10:56:46 +09:00
committed by GitHub
parent a64026dc7a
commit 62206bb0c0

View File

@ -35,8 +35,6 @@
:maxlength="maxlength"
:type="showPassword ? (passwordVisible ? 'text' : 'password') : type"
:disabled="inputDisabled"
:formatter="formatter"
:parser="parser"
:readonly="readonly"
:autocomplete="autocomplete"
:tabindex="tabindex"