-
-
Notifications
You must be signed in to change notification settings - Fork 549
FormBuilderDateTimePicker: Picker always showing when field is required and empty #1304
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
Comments
Can confirm. |
For me Resolved by setting focusOnInvalid: false, the default is focusOnInvalid: true |
This doesn't work if the field is inside a form and is validated with the generic form key. The previous version didn't need this setting. |
I also have the same problem, any solution? |
This worked for me :) |
@SherpaMiguel @CGrandez please take a look if the prerelease version 10.0.0-dev.1 solve this |
Is there an existing issue for this?
Package/Plugin version
9.1.1
Platforms
Flutter doctor
Flutter doctor
Minimal code example
Code
Current Behavior
When validation is fired and field is empty and required, picker is randomly opened.
Expected Behavior
Picker dialog should not open when validation is fired and field is invalid.
Steps To Reproduce
Aditional information
No response
The text was updated successfully, but these errors were encountered: