-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Comments
I can confirm on this issue. The issue ocurs even for the Checkbox groups. This is a blocker for me. |
Hi @EricPreventas/ @Purus I'm asking because I thought this issue was already fixed. |
I was using the latest at that point of time when i posted this message
here.
…On Sun, 3 Nov, 2019, 5:04 PM Danvick Miller, ***@***.***> wrote:
Hi @EricPreventas/ @Purus <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#146>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIHDZ4VRNDJEYAZK7QBHDLQR2ZMHANCNFSM4I4SIY4Q>
.
|
Same when tapping on a FormBuilderRadio option. |
This was a Flutter issue but now fixed. Feel free to reopen if not. |
@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 |
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.
The text was updated successfully, but these errors were encountered: