fayeed / flutter_mentions

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

Remove user once selected? #97

Open KKTadena opened 1 year ago

KKTadena commented 1 year ago

Is there a way to remove/hide an item after selecting it from the list? (and put it back if the item was erased from the textField)

Updating the list data doesn't seem to reload the initialized list.