recipe steps tagging support

This commit is contained in:
vabene1111
2020-06-29 17:56:50 +02:00
parent cdee31e9af
commit 8cff44df7d
3 changed files with 66 additions and 13 deletions

View File

@@ -101,8 +101,8 @@
label="text"
:taggable="true"
@tag="addUnitType"
@open="openUnitSelect"
:id="'unit_' + index"
@open="openUnitSelect"
track-by="id"
:multiple="false"
:loading="units_loading"
@@ -127,6 +127,7 @@
:options="ingredients"
:taggable="true"
@tag="addIngredientType"
:id="'ingredient_' + index"
placeholder="{% trans 'Select one' %}"
tag-placeholder="{% trans 'Select' %}"
:close-on-select="true"
@@ -134,7 +135,6 @@
:allow-empty="false"
:preserve-search="true"
label="text"
:id="'ingredient_' + index"
track-by="id"
:multiple="false"
:loading="ingredients_loading"