Labels on tasks #25

Merged
konrad merged 22 commits from feature/lables into master 2019-03-07 19:48:40 +00:00
Showing only changes of commit 3daacfb0f0 - Show all commits

View File

@ -241,16 +241,10 @@
placeholder="Type to search"
label="title"
track-by="id">
<!--<template slot="tag" slot-scope="{ option, remove }">
<span class="tag" v-for="l in taskEditTask.labels" :key="l.id">
{{ option.title }}
<button class="delete is-small" @click="removeLabel(option)"></button>
</span>
</template>-->
<template slot="tag" slot-scope="{ option, remove }">
<span class="custom__tag">
<span class="tag">
<span>{{ option.title }}</span>
<a class="custom__remove" @click="removeLabel(option)"></a>
<button class="delete is-small" @click="removeLabel(option)"></button>
</span>
</template>
<template slot="clear" slot-scope="props">