{#if helperScript}
{#if inputType === 'dynmultiselect'}
{:else if inputType === 'dynselect'}
{:else}
Unsupported dynamic input type: {inputType}
{/if} {#if _items.error}
error:
{_items.error}
{/if}
{:else}
Dynamic input ({inputType}) is not available in this mode, write value directly
{#await import('$lib/components/JsonEditor.svelte')}
{:then Module}
{/await}
{/if}