Closed JEuler closed 4 years ago
It is the same if I'm entering two mentions in row.
@JEuler I don't understand exactly can you explain in more detail that would be great!
Hi! I meant that when you tap on Suggestion (Mention) the onMarkupChanged
is not firing and nothing is added to the rawComment
variable I'm defining. So, the problem is that: onMarkupChanged callback is not firing in case we are tapping on the suggestion and it is added to textfield.
Is that clear now? :)
Ahh Yes, I will take a look at it, Thanks for the clarification.
Did you have any chance to look? :)
@JEuler Gonna look at today
@fayeed Thank you very very much! 🤗
@JEuler fixed in v1.0.2
Insanely cool! Thanks! 🤗
Hi! I'm processing the data (layouting it with html tags) in onMarkupChanged. But I see, that if I'm not typing anything rather than just @ mention the data in onMarkupChanged callback is wrong and contains only @. But If typed anything than all is okay.
What I can do to enable mentions callback firing in case I'm just entering only mention?