mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
wip supermarket categories
This commit is contained in:
@@ -201,6 +201,28 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col" style="margin-top: 1vh">
|
||||
{# <multiselect#}
|
||||
{# v-tabindex#}
|
||||
{# v-model="shopping_list.shared"#}
|
||||
{# :options="users"#}
|
||||
{# :close-on-select="true"#}
|
||||
{# :clear-on-select="true"#}
|
||||
{# :allow-empty="true"#}
|
||||
{# :preserve-search="true"#}
|
||||
{# placeholder="{% trans 'Select Supermarket' %}"#}
|
||||
{# select-label="{% trans 'Select' %}"#}
|
||||
{# label="supermarket"#}
|
||||
{# track-by="id"#}
|
||||
{# :multiple="false"#}
|
||||
{# :loading="supermarket_loading"#}
|
||||
{# @search-change="searchSupermarket">#}
|
||||
{# </multiselect>#}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col" style="margin-top: 1vh">
|
||||
<multiselect
|
||||
|
||||
Reference in New Issue
Block a user