We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0121b commit 4f9fd9fCopy full SHA for 4f9fd9f
ui/src/lib/components/field-select.svelte
@@ -9,7 +9,7 @@
9
<!-- -------------------------------------------------------------------------->
10
<div class="form-floating my-1">
11
<select class="form-select" id={name} bind:value>
12
- {#each options as { optName, optValue }}
+ {#each options as { optName, optValue } (optName)}
13
<option value={optValue}>{optName}</option>
14
{/each}
15
</select>
0 commit comments