fix(components): [textarea] add the missing name attribute (#22718)

This commit is contained in:
rzzf
2025-11-07 13:38:27 +08:00
committed by GitHub
parent 5868853923
commit ee8ece6383

View File

@@ -123,6 +123,7 @@
ref="textarea"
:class="[nsTextarea.e('inner'), nsInput.is('focus', isFocused)]"
v-bind="attrs"
:name="name"
:minlength="minlength"
:maxlength="maxlength"
:tabindex="tabindex"