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

Android Only - rawValueDivisor is not working as expected. #772

Open
kidpresto92 opened this issue Oct 2, 2023 · 1 comment
Open

Android Only - rawValueDivisor is not working as expected. #772

kidpresto92 opened this issue Oct 2, 2023 · 1 comment

Comments

@kidpresto92
Copy link

Current behavior

When on Android and using a field that utilizes a rawValueDivisor, IsEditing is false so, _isUserManuallyEditingTheValue() returns false and it does not apply the rawValueDivisor.

For example, with rawValueDivisor set to "100" and you enter "9" it will display 900 instead of 9.

Expected behavior

Entering a value when using a non-null rawValueDivisor will display the value that I entered.

Steps to reproduce the problem

  1. On an Android Device go to http://autonumeric.org/guide.
  2. Go to the rawValueDivisor section.
  3. Type "3" in one of the fields
  4. Lose focus on the field or tab to the next field.
  5. Notice the value changed to "300"
@PaulMorel
Copy link

I've also gotten this on Firefox for MacOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants