Browse Source

add missing props

pull/6640/head
Maurits Lourens 4 years ago
parent
commit
a616ab9b88
  1. 1
      packages/client/src/components/app/forms/OptionsField.svelte

1
packages/client/src/components/app/forms/OptionsField.svelte

@ -77,6 +77,7 @@
{direction}
on:change={handleChange}
getOptionLabel={flatOptions ? x => x : x => x.label}
getOptionTitle={flatOptions ? x => x : x => x.label}
getOptionValue={flatOptions ? x => x : x => x.value}
/>
{/if}

Loading…
Cancel
Save