Skip to content

Entry should not prefix zero #4

@himanshusoni

Description

@himanshusoni

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions