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

🐛 [Bug] Clear button deletes entire input in math challenge instead of removing digits one-by-one #647

Open
mahendra-918 opened this issue Jan 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mahendra-918
Copy link

Description

Description
The clear button (backspace icon) in the math challenge screen currently resets the entire input to empty. Users expect it to remove the last digit instead of clearing all input.

Steps to Reproduce
Trigger an alarm with a math challenge

Enter multiple digits (e.g., "123")

Tap the backspace (clear) button

Current Behavior:

Entire input is cleared (123 → ``)

Expected Behavior:

Only the last digit is removed (123 → 12)

Screenshots

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant