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

Implement numeric input interaction validation #522

Closed
BenHenning opened this issue Dec 6, 2019 · 1 comment
Closed

Implement numeric input interaction validation #522

BenHenning opened this issue Dec 6, 2019 · 1 comment
Labels
Priority: Essential This work item must be completed for its milestone. Z-ibt Temporary label for Ben to keep track of issues he's triaged.

Comments

@BenHenning
Copy link
Member

We need to introduce error handling for the numeric input interaction, similar to #419 for fractions. Web currently does this using HTML5 to prevent non-number inputs, but on Android we can't guarantee an valid number input is added (even by specifying decimal input). In fact, it currently seems as though negative numbers can't be submitted.

We should show a real-time error whenever a user tries inputting an answer that is clearly wrong.

@BenHenning BenHenning added Type: Improvement Priority: Essential This work item must be completed for its milestone. labels Dec 6, 2019
@BenHenning BenHenning added this to the Alpha milestone Jun 23, 2020
@BenHenning
Copy link
Member Author

BenHenning commented Jul 8, 2020

This was done in #419 after this issue was filed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Essential This work item must be completed for its milestone. Z-ibt Temporary label for Ben to keep track of issues he's triaged.
Development

No branches or pull requests

1 participant