fayeed / flutter_mentions

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

Two Or More Of The Same Preposition Will Be Taken First #70

Open luffynas opened 2 years ago

luffynas commented 2 years ago

Bug Regex:

Simulation:

Suggestion User Name

@Fay
@Fayeed
@Fayeed Pawaskar

Bug

Tap @Fayeed Pawaskar on suggestion result will be @Fay

I suspect code in RegExp('$_pattern'), on file AnnotationEditingController line 71

xlDownxl commented 2 years ago

Critical Bug for me too.