updateIngredientGroupName(groupIndex, e)}
placeholder="Ingredient group name"
/>
{#each group.list as item, itemIndex}
updateIngredientItem(groupIndex, itemIndex, 'amount', e)}
placeholder="Amt"
/>
updateIngredientItem(groupIndex, itemIndex, 'unit', e)}
placeholder="Unit"
/>
updateIngredientItem(groupIndex, itemIndex, 'name', e)}
placeholder="Ingredient name"
/>
{/each}