1
0
Fork 0
mirror of synced 2024-10-04 20:13:35 +13:00

blank select option on create record

This commit is contained in:
Michael Shanks 2020-07-01 09:48:53 +01:00
parent 3d4b855ec8
commit fc5d8b04e7

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}