1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Ensure options are always rendered with a default type of select

This commit is contained in:
Andrew Kingston 2021-08-17 14:12:23 +01:00
parent a2e4f44e7f
commit becb7c6a3f

View file

@ -74,7 +74,7 @@
bind:fieldSchema
>
{#if fieldState}
{#if optionsType === "select"}
{#if !optionsType || optionsType === "select"}
<CoreSelect
value={$fieldState.value}
id={$fieldState.fieldId}