Skip to content

Selecting an option does not add it immediately to v-model's textarea #100

Open
@gusMoreno

Description

@gusMoreno

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.

Here is my code:
Captura de Tela 2019-05-14 às 12 52 35

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.
vue-at gif

How can I fix this?

Thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions