flutter_mentions icon indicating copy to clipboard operation
flutter_mentions copied to clipboard

Multiple mention/tag highlighting not working.

Open aavgeen opened this issue 3 years ago • 3 comments

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.

aavgeen avatar Nov 18 '20 05:11 aavgeen

Check this comment.

fayeed avatar Nov 19 '20 14:11 fayeed

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

loic-hamdi avatar Dec 21 '20 22:12 loic-hamdi

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

bruno-urgo avatar Mar 10 '21 10:03 bruno-urgo