You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@taorepoara I'm wondering if the form component is the proper component to use for this case. Just like the HTML Form needs a submit button to function properly.
This a normal Flutter comportment. We'll see that later. It sims that it can be handled by setting the textInputAction and listening the onEditingComplete event.
What happened?
I have made a basic form that contains only one textfield (no submit button).
When I press the Enter key nothing happens. I expected the form to be submitted.
I've tried both
onSubmit
(on the form) andonSubmitted
(on the textfield) but none of them worked.What browsers are you seeing the problem on?
No response
Version
devtool: v1.0.0-beta.79
Relevant log output
No response
The text was updated successfully, but these errors were encountered: