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

Entry should not prefix zero #4

Open
himanshusoni opened this issue May 27, 2018 · 0 comments
Open

Entry should not prefix zero #4

himanshusoni opened this issue May 27, 2018 · 0 comments

Comments

@himanshusoni
Copy link

himanshusoni commented May 27, 2018

The entry field should not prefix 0 when a number has been entered in the field.
when starting from an empty field, or when deleting the value in a field, the value defaults to 0. After this, if the user will try to enter any value, the field will prefix 0 to it.

I can think of the following cases for the field

  • empty -> 0
  • integer -> 123
  • float -> 123.11
  • float less than zero --> 0.12

Refer to the first field in the below link
http://g.recordit.co/J1PtImWfJQ.gif

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

No branches or pull requests

1 participant