Merge pull request #50 from navedqb/fix--7306

fix: add name attribute in select
pull/7314/head
navedqb 2025-02-25 11:24:26 +05:30 committed by GitHub
commit 508f4b5340
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]"