-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Done with return button on multiline text field for a multiple field form #602
Comments
This should be fairly straightforward as a community contribution :) https://api.flutter.dev/flutter/services/TextInputAction.html |
@guidezpl Hi, so this feature should be done in the Flutter repository or it is can be implemented just here? |
Oh I misunderstood the initial ask, this should definitely be in the framework so everyone can benefit from it. |
@guidezpl I found the opened library with MIT license in pub which contains that functionality and we can get the idea from there, so do you have an idea is it okay and how we can proceed with that? Do we need to open a new issue ticket in the Flutter repo? |
I know Flutter has a similar license, but I'm not sure what we do in this case. Can you ask in the #hackers channel on discord? Please do open an issue. Not sure how relevant these are but they're related issues: flutter/flutter#104483, flutter/flutter#98961 |
Heyy @guidezpl I would like to work on this issue can u assign me this |
sure! |
Hey, since there are no pr submitted, I would like to have this issue assigned to me. |
Hi @guidezpl. Is it possible to have a done button with a return button for the iOS version? Example:
Currently on your local iOS build, I get
The done with return button are useful together in forms with multiple fields, of which one of them is multiline, where the user might want to press Done to move onto the next fields below. Would appreciate your comment on this, thank you.
Currently our users only have the option of having a Done button without a Return button. That's a bad experience.
The text was updated successfully, but these errors were encountered: