-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reactive_dropdown_search: Allow setting DropDownSearch.key #144
Comments
hi @kuhnroyal |
Thanks, will try to check this week. |
Closing the issue, feel free to reopen |
Hi @kuhnroyal! Please check our reactive_forms_generator package We would appreciate sponsorship subscription or one time donation |
Hi, |
The key in the form of
GlobalKey<DropdownSearchState<T>>()
allows access to additional functionally.Like closing the popup/sheet etc.
It would be great if the key can be passed through to the
DropDownSearch
widget.The text was updated successfully, but these errors were encountered: