Skip to content
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

FormBuilderTextField keeping focus when trying to select menu on FormBuilderDropdown #146

Closed
EricPHassey opened this issue Oct 2, 2019 · 6 comments
Labels
bug Something isn't working question Further information is requested

Comments

@EricPHassey
Copy link

Experiencing a common issue on Flutter textfields and drop down menus illustrated in this issue section: flutter/flutter#22075

Using FormBuilderTextField and FormBuilderDropdown and when the textfield is selected and in-focus, it won't allow me to select the menu of the dropdown.

I didn't experience this issue before, not sure what changed.

@Purus
Copy link

Purus commented Oct 11, 2019

I can confirm on this issue. The issue ocurs even for the Checkbox groups.

This is a blocker for me.

@danvick danvick added the bug Something isn't working label Oct 22, 2019
@danvick
Copy link
Collaborator

danvick commented Nov 3, 2019

Hi @EricPreventas/ @Purus
May I know which version of the library you're using? Is it the latest?

I'm asking because I thought this issue was already fixed.

@danvick danvick added the question Further information is requested label Nov 3, 2019
@Purus
Copy link

Purus commented Nov 3, 2019 via email

@kansson
Copy link

kansson commented Nov 28, 2019

Same when tapping on a FormBuilderRadio option.
Edit, the text field loses focus when tapping on the dot in a FormBuilderFieldOption, i.e not the child.

@danvick
Copy link
Collaborator

danvick commented Jul 18, 2020

This was a Flutter issue but now fixed. Feel free to reopen if not.

@danvick danvick closed this as completed Jul 18, 2020
@EricPHassey
Copy link
Author

EricPHassey commented Jul 23, 2020

@danvick What Flutter version fixed it? I'm on "Tools • Dart 2.9.0 (build 2.9.0-14.1.beta)" and it seems like the issue has cropped back up with the latest version.

When I click on a dropdown button it and view the downdown options (all works fine), the issue is when I click on a value. It jumps back to the last textformfield.

This wasn't an issue until just recently updating to 3.11.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants