-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Hi Ahmed,
I've encountered an issue in our Flutter web project while using the DropdownButtonFormField2 package. Specifically, I need the dropdown menu to automatically close when the screen size changes. Currently, this behavior is not supported by the package.
I implemented a temporary workaround using WidgetsBindingObserver to detect screen size changes and close the menu manually via Navigator.of(context).pop(). However, it would be more efficient if this feature were supported natively by the package.
I've drafted a request to raise this issue with the package maintainer and included the relevant code. If you agree, I can proceed with contacting the maintainer.
Looking forward to your feedback.
dropDownButton2_issues.txt
Thanks!
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested