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
|
bind:fieldSchema
|
||||||
>
|
>
|
||||||
{#if fieldState}
|
{#if fieldState}
|
||||||
{#if optionsType === "select"}
|
{#if !optionsType || optionsType === "select"}
|
||||||
<CoreSelect
|
<CoreSelect
|
||||||
value={$fieldState.value}
|
value={$fieldState.value}
|
||||||
id={$fieldState.fieldId}
|
id={$fieldState.fieldId}
|
||||||
|
|
Loading…
Reference in New Issue