mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [textarea] add the missing name attribute (#22718)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user