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
1 changed files with 1 additions and 1 deletions

View File

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