1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

blank select option on create record

This commit is contained in:
Michael Shanks 2020-07-01 09:48:53 +01:00
parent 1e11c4b22d
commit 343c4e2dd3

View file

@ -36,6 +36,7 @@
class={determineClassName(type)}
bind:value
class:uk-form-danger={errors.length > 0}>
<option></option>
{#each options as opt}
<option value={opt}>{opt}</option>
{/each}