vue-mention
vue-mention copied to clipboard
Selected Item
Hi, i need help.
How can i see selected mention or tag items or in other words how can i select item and see of value ?
Could you elaborate on your question? I'm not sure I understand what it is about.
@miracsengonul Hi, I know it's late, but if someone else needs to know how to look at the selected object: you just need to listen to the @apply event.
Sample:
<Mentionable
:keys="['#']"
:items="items"
@apply="handleApply($event)"
>
<textarea v-model="text" />
</Mentionable>