-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle on change when selecting user from list? #119
Comments
Hi @thanhnx-mor Sorry for the late reply For the "custom a button close(x) the item", And for the "function to catch seleted item", you can write a RegExp to match, |
@fritx When $emit('insert'), |
@thanhnx-mor I think you're meaning this <at :members="members" name-key="name" v-model="html2">
<!-- custom tag: avatars -->
<span slot="embeddedItem" slot-scope="s">
<span class="tag"><img class="avatar" :src="s.current.avatar">{{ s.current.name }}</span>
</span>
<!-- custom list: avatars -->
<template slot="item" scope="s">
<img class="avatar" :src="s.item.avatar">
<span class="name" v-text="s.item.name"></span>
</template>
<div class="editor" contenteditable></div>
</at> |
@fritx |
@fritx |
@thanhnx-mor looks like related to the popup layer, the position has problem |
Helllo Fritx.
I have a question, please let me know how can i handle a function to catch seleted item?
And is there anyway to custom a button close(x) the item in textarea?
Please support to me.
Thank you very much!
@fritx
The text was updated successfully, but these errors were encountered: