-
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
Tagging someone and hitting enter makes tag disappear #106
Comments
@csantiago132 I see, I think it is because you're using a textarea component Or, what version of vue-at do you use? Is it |
@csantiago132 or you could try to move the <at-ta v-model="textInputValue">
<b-form-textareat></b-form-textarea>
</at-ta>
|
@fritx i think i figured out the issue; im loading the list of members async and that throws the component off, as of hitting enter, i also tweaked the code to handle this gracefully. i did some updates locally and it fixed all the issues, i can submit a PR for it to see what you think. |
@csantiago132 cool it's pretty nice to have, thanks |
Closing since it’ll be solved. I’m looking into adding unit test for it as well unless you have them |
Hi and thank you for open sourcing this library!
the issue i have is that if i tag someone and to not write anything else, it clears the tag when I hit enter, it works fine if i type anything else right after it
The text was updated successfully, but these errors were encountered: