-
Notifications
You must be signed in to change notification settings - Fork 16
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
BoardDateTimeInputField onChanged No trigger #64
Comments
@fenqing168 |
After testing, neither clicking the OK button nor sliding will trigger |
Because in the BoardDateTimeInputField source code, the condition on line 407 is false, which means that the TextFormField still has focus at this time |
@fenqing168 |
I changed the implementation method and cannot provide a reproducible environment. |
Dear author, thank you for your contribution to the flutter ecosystem
I encountered a problem while using it
Problem Reproduction
BoardDateTimeInputField's onChanged will not trigger
After looking at the source code, I found that the conditions for onChanged to start are quite strict. Can the conditions be relaxed?
The text was updated successfully, but these errors were encountered: