flutter_mentions
flutter_mentions copied to clipboard
Dismiss the popup dialogue
@fayeed Hi, How to dismiss the popup dialog? Lets say after I type @ popup dialogue will show, but if I doesn't select and press comment submit button that popup won't go away. Also when I scroll the screen popup up won't dismiss. Is there any method for dismiss the dialogue?
I tried with hideSuggestionList attribute, but it won't work since I need to call dismiss separately.
Waiting for your answer.
Thank you!
mentionKey.currentState?.showSuggestions = ValueNotifier(false);
@ShehanTreineticOfficial This works for me in the same scenario as you mentioned.