flutter_mentions icon indicating copy to clipboard operation
flutter_mentions copied to clipboard

Dismiss the popup dialogue

Open ShehanTreineticOfficial opened this issue 2 years ago • 1 comments

@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!

ShehanTreineticOfficial avatar Jun 16 '22 07:06 ShehanTreineticOfficial

mentionKey.currentState?.showSuggestions = ValueNotifier(false);

@ShehanTreineticOfficial This works for me in the same scenario as you mentioned.

Subhangi3 avatar Aug 25 '23 14:08 Subhangi3