Ensure options are always rendered with a default type of select
This commit is contained in:
parent
a2e4f44e7f
commit
becb7c6a3f
|
@ -74,7 +74,7 @@
|
|||
bind:fieldSchema
|
||||
>
|
||||
{#if fieldState}
|
||||
{#if optionsType === "select"}
|
||||
{#if !optionsType || optionsType === "select"}
|
||||
<CoreSelect
|
||||
value={$fieldState.value}
|
||||
id={$fieldState.fieldId}
|
||||
|
|
Loading…
Reference in New Issue