reqable / re-editor

Re-Editor is a powerful lightweight text and code editor widget.
https://pub.dev/packages/re_editor
MIT License
510 stars 51 forks source link

Despite selecting a keyword by pressing the Enter key, the autocomplete feature continues to display suggestions similar to the chosen keyword #10

Closed Sarath-Chandran-P closed 6 months ago

Sarath-Chandran-P commented 7 months ago

Thankyou for this editor. However, I am encountering a persistent issue as follows:

Despite selecting a keyword by pressing the Enter key, the autocomplete feature continues to display suggestions similar to the chosen keyword. For instance, consider the keywords “Apple” and “Apples.” When typing “appl,” the autocomplete suggests both options. After selecting “Apple” and pressing Enter, the autocomplete feature persists in showing “Apples” as a suggested keyword.

It would be greatly appreciated if you could provide a solution to this issue.

Thanks in advance

MegatronKing commented 6 months ago

Thanks for the feedback, this does seem to be a problem. I need to think about how to handle this situation.