-
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
Cursor position seems wrong after an item is selected #133
Labels
Comments
@sam26880 yes it is clear, and https://github.com/fritx/vue-at#custom-tags <span slot="embeddedItem" slot-scope="s">
<span class="tag"><img :src="s.current.avatar">{{ s.current.name }}</span>
</span>
<!-- with Vue 2.6+ 'v-slot' directive -->
<!-- note at least two '<span>' wrapper are required to work -->
<template v-slot:embeddedItem="s">
<span><span class="tag"><img class="avatar" :src="s.current.avatar">{{ s.current.name }}</span></span>
</template>
|
Thanks for your response. Looks like I do have multiple SPANs
|
Any update here? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After typing @ and selecting a user from the list, the cursor doesn't seem to be in the right position.
Please see my video below to understand what's happening
https://www.loom.com/share/853d1ad474374469b1250be4a0bef9d8
I need an extra space after the selection has been made for the cursor to be in the right position.
Hopefully it's clear from my video what the issue is.
The text was updated successfully, but these errors were encountered: