mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: added id to input select elem
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<FormItem>
|
||||
<label class="label" for={id}>{label}</label>
|
||||
<div class="select">
|
||||
<select bind:value {required} {disabled}>
|
||||
<select bind:value {id} {required} {disabled}>
|
||||
{#each options as option}
|
||||
<option value={option.value} selected={option.value === value}>
|
||||
{option.label}
|
||||
|
||||
Reference in New Issue
Block a user