AhmedLSayed9 / dropdown_button2

Flutter's core Dropdown Button widget with steady dropdown menu and many other features.
https://pub.dev/packages/dropdown_button2
MIT License
259 stars 121 forks source link

The package interferes with TextField #287

Open jeffk388 opened 2 months ago

jeffk388 commented 2 months ago

The package Dropdown02 works great until the TextField is focused. The dropdown button is irresponsive (not open) after the TextField is clicked. Even after the Textfiled is unfocused (by unfocus() onClickOutside). Only option worked was to refresh whole widget to make it/dropdown work. Clicking the dropdown02 button made the TextField focused. This is why the dropdown button is not working. Tried another dropdown, and it did not have any interference issue.

AhmedLSayed9 commented 2 months ago

Can you show a minimal sample that produces the issue?