{#if fieldState} {#if optionsType === "select"} fieldApi.setValue(e.detail)} getOptionLabel={flatOptions ? x => x : x => x.label} getOptionValue={flatOptions ? x => x : x => x.value} /> {:else if optionsType === "radio"} fieldApi.setValue(e.detail)} /> {/if} {/if}