Merge pull request #7314 from qburst/fix--7306

fix: add name attribute in select
pull/7377/head
Tuğçe Küçükoğlu 2025-03-04 14:59:21 +03:00 committed by GitHub
commit ab9571ab0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
<input
v-if="editable"
ref="focusInput"
:name="name"
:id="labelId || inputId"
type="text"
:class="[cx('label'), inputClass, labelClass]"
@ -29,6 +30,7 @@
<span
v-else
ref="focusInput"
:name="name"
:id="labelId || inputId"
:class="[cx('label'), inputClass, labelClass]"
:style="[inputStyle, labelStyle]"