fayeed / flutter_mentions

A simple flutter input widget to add @ mentions functionality to your app
MIT License
107 stars 121 forks source link

Multiple mention/tag highlighting not working. #31

Open aavgeen opened 3 years ago

aavgeen commented 3 years ago

Once you mention a person, it gets highlighted but then, after some time when you start search/mention for another person, the styling for the first mentions gets removed.

fayeed commented 3 years ago

Check this comment.

loic-hamdi commented 3 years ago

Facing the same issue.

I can mention the first item from data like %rlx-day-panda-white-2 But it if I also mention %rlx-day-panda-white in the same TextField, then the mention on %rlx-day-panda-white-2 is transformed to a mention %rlx-day-panda-white with "-2" not included in the mention

bruno-urgo commented 3 years ago

I've the same issue. I've two item in the data list with differents id but with similar text to display, for example 'Some Content' and 'Some Content Two'. I can pick only the first item from suggestion, if i pick on the second it use the first one: after the markupBuilder do its work the result in the form field is for example ^^id-1:Some Content^^ Two