We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, we are using a regular keyboard, yet for amount field it should have been a number keyboard.
amount
Using the regular keyboard was intentional, since back then, number keyboard did not have . or , to enter decimal part.
.
,
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
ozgunozerk
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: