oi-narendra / multiselect-dropdown

Streamlined Flutter widget for versatile multi-selection with extensive customization.
https://pub.dev/packages/multi_dropdown
GNU General Public License v3.0
73 stars 84 forks source link

Unfocused when clicking on the DropwDown #136

Open Alrfati-HazemY opened 3 months ago

Alrfati-HazemY commented 3 months ago

When clicking on the TextFormField and then clicking on the dropdown, the focus remains on the TextFormField, and the keyboard stays open.

Screenshot 2024-08-18 at 5 52 16 PM
hainhathoang1988 commented 1 month ago

Bump on this. Even the FocusNode doesn't get notify when user tap to open the field. Is there any solution for this?