Flutter: Dropdown requires two taps to open when textfield has focus

Viewed 1574

I have a form with multiple text fields and dropdowns. When I switch the focus between different textfields, the focus changes as expected.

But when a textfield has focus and right after I tap on a dropdown, the soft keyboard is dismissed and the focus is back in the textfield. The dropdown does not open on first tap. Only when I tap the dropdown again the textfield looses focus and the dropdown opens.

When the focus was not in the textfield before, tapping once on the dropdown opens it as expected.

Is there a way the make the dropdown open on first tap?

1 Answers
Related