Open
Description
Hi,
My application has a chat, and I am using at-textarea to select tags and users. I based my code in the demonstration available in the FAQ page.
The issue is that when I select an option, the option is not added immediately to the v-model newMessage
. It even shows in the textarea, but it only gets added to newMessage
if/when I type anything else.
The gif below demonstrates the issue. There is a console.log that prints the value of newMessage
, every time it changes.
How can I fix this?
Thanks in advance!