-
Notifications
You must be signed in to change notification settings - Fork 38
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
onEditingChanged and onCommit doesn't work #3
Comments
Just ran into exactly the same issue |
Please try newest main branch |
onEditingChanged true is called when the TextField receives focus but onEditingChanged false is not called when the TextField looses focus. |
OnCommit is not working, any progress? |
hi, is there any update from this issue, Im stuck on the same events :( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If use .focusedLegacy modifier then these callbacks are never fired for TextField
The text was updated successfully, but these errors were encountered: