Skip to content
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

iOS numeric keyboard - add done button #82694

Closed
mehtahardikr opened this issue May 17, 2021 · 4 comments
Closed

iOS numeric keyboard - add done button #82694

mehtahardikr opened this issue May 17, 2021 · 4 comments
Labels
r: duplicate Issue is closed as a duplicate of an existing issue

Comments

@mehtahardikr
Copy link

Use case

Right now there is no done button for ios numeric keyboard

Proposal

Please add that done button to ios numeric keyboard as android has already this.

@darshankawar darshankawar added the in triage Presently being triaged by the triage team label May 17, 2021
@darshankawar
Copy link
Member

@mehtahardikr
Please check this and this comment for reference as why this doesn't seem to be feasible to add from Flutter side.

Also, if you still want to have that button, you may use this community plugin which offers the same feature https://pub.dev/packages/keyboard_actions

@darshankawar darshankawar added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 17, 2021
@mehtahardikr
Copy link
Author

@darshankawar : understand, but if that 3rd party plugin can do that, why can't addede by framework or add option to textField for that ? isn't it still possible ?

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 18, 2021
@darshankawar
Copy link
Member

@mehtahardikr
plugins are created using custom widgets for the features that are not available in the framework, but in this case, it's not upto Flutter to decide, because Apple itself doesn't have the feature. If you take a look at any iPhone and look to input in any field, you won't see done button, so until it doesn't come from Apple or iOS framework, Flutter won't be able to add that in the framework and hence that may be reasoning to close the original issue.

With that said, I am afraid to close this issue as working as intended. Your best bet is to use the referred plugin.
If you disagree, you may comment in the original issue and based on upvotes, you never know, the issue could be reopened, although very unlikely.

@darshankawar darshankawar added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels May 18, 2021
@github-actions
Copy link

github-actions bot commented Aug 1, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: duplicate Issue is closed as a duplicate of an existing issue
Projects
None yet
Development

No branches or pull requests

2 participants