{#if item && view} {#each view?.columns?.filter(c => c.inputType !== 'none') || [] as column} {column.key} {#if column.mandatory} mandatory {/if} reset(column.key)} disabled={keypathProxy[column.key] === undefined}> {/each} {/if}