How to dismiss a multi-select dropdown without user click

Hi folks,

I have a multi-select dropdown, that I'm looking to close automatically upon the user selecting a specific option, rather than requiring them to close it by clicking away.

I have a list of pre-selected options, and an 'Other' option. When the 'Other' option is clicked, I just want to hide the expanded dropdown list and return to the form.

I'm new to FlutterFlow, and was initially surprised this isn't a built-in action.

I've tried several things, including writing a custom action that attempts to set the focus node to another widget, using a page state variable to conditional show a text field with autofocus... and a couple other things. Nothing seems to work.

Has anybody run into this situation before or have suggestions? Thanks!

2