fayeed / flutter_mentions

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

I have 2 same display Names with different id's. Now if i select these 2 display names, in markup text it is not able to differentiate #71

Open mukkoticf opened 2 years ago

mukkoticf commented 2 years ago

{ 'id': '61as61fsa', 'display': 'Fayeed P', 'full_name': 'Fayeed Pawaskar1', 'photo': 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940' }, { 'id': '61as61fs1', 'display': 'Fayeed P', 'full_name': 'Fayeed Pawaskar2', 'photo': 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940' }

                  text: @Fayeed P @Fayeed P (first is Fayeed Pawaskar1, second is Fayeed Pawaskar2)
                  markupText: @[__61as61fs1__](__Fayeed P__) @[__61as61fs1__](__Fayeed P__)

ERROR: both are corresponding to same id even though they are different

mukkoticf commented 2 years ago

@fayeed can you please help here