Add indication on how to add tags
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
b0b720101b
commit
44dec8dc80
@ -25,7 +25,13 @@ export default {
|
|||||||
</docs>
|
</docs>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<b-field :label="$t('Enter some tags')">
|
<b-field>
|
||||||
|
<template slot="label">
|
||||||
|
{{ $t('Add some tags') }}
|
||||||
|
<b-tooltip type="is-dark" :label="$t('You can add tags by hitting the Enter key or by adding a comma')">
|
||||||
|
<b-icon size="is-small" icon="help-circle-outline"></b-icon>
|
||||||
|
</b-tooltip>
|
||||||
|
</template>
|
||||||
<b-taginput
|
<b-taginput
|
||||||
v-model="tagsStrings"
|
v-model="tagsStrings"
|
||||||
:data="filteredTags"
|
:data="filteredTags"
|
||||||
|
Loading…
Reference in New Issue
Block a user