-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
Hi,
I'm using the handleAt function to do a call to retrieve the suggestion, this is working well because I have the mention appearing, but I don't know why, when I hit "enter" or if I click on the suggestion nothing occur, and I have this error in the console:

this is my code:
<at-ta :hover-select="false" v-model="message" :members="members" @at="handleAt"> <v-textarea :placeholder="placeholder" :error=!!errors.message :error-messages=errors.message ></v-textarea> </at-ta>
I tried the version 2.4 and the version and same result, the data is not updated in the text area.
Thank you,
Alcindo