1
0
Fork 0
mirror of synced 2024-09-12 07:27:20 +12:00

add missing props

This commit is contained in:
Maurits Lourens 2022-07-25 09:49:37 +02:00
parent e69a328eb4
commit 92b7cdf897

View file

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