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

🎁 [Feature Request]: The keyboard pops up for amount update should be a number only keyboard instead of a regular one #51

Closed
ozgunozerk opened this issue Jan 1, 2024 · 1 comment · Fixed by #52
Assignees
Labels
enhancement New feature or request

Comments

@ozgunozerk
Copy link
Owner

What is the feature you would like to see?

Currently, we are using a regular keyboard, yet for amount field it should have been a number keyboard.

Using the regular keyboard was intentional, since back then, number keyboard did not have . or , to enter decimal part.

@ozgunozerk ozgunozerk added the enhancement New feature or request label Jan 1, 2024
@ozgunozerk ozgunozerk self-assigned this Jan 1, 2024
@github-project-automation github-project-automation bot moved this to Backlog in HowMuch Jan 1, 2024
@ozgunozerk
Copy link
Owner Author

we had this line commented out:

keyboardType: const TextInputType.numberWithOptions(
                        decimal: true, signed: true),

due to the below bug: https://stackoverflow.com/questions/58802772/textinputtype-numberwithoptions-doesnt-show-comma-or-dot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant