fix placeholder text

This commit is contained in:
Jan-Niklas Weghorn
2023-11-15 09:52:16 +01:00
parent 9b367e5d08
commit b69c6bc97a
4 changed files with 13 additions and 22 deletions

View File

@ -425,6 +425,7 @@
v-if="!ingredient.is_header">
<input
class="form-control"
style="height: 100%;"
v-model="ingredient.amount"
type="number"
step="any"
@ -506,6 +507,7 @@
<input
class="form-control"
maxlength="256"
style="height: 100%;"
v-model="ingredient.note"
v-bind:placeholder="$t('Note')"
v-on:keydown.tab="