Skip to content

Insert leading "0"s in hour/minute, days and months #84

@xppalmeida

Description

@xppalmeida

If the user types "0" to insert any value (day, hour, minute or month) the input ends up with "00" before the value.

Example:
Let's say the user wants to type the following date: "04-02-2019 09:05". If the user types exactly these characters sequence below:

0 4 0 2 2 0 1 9 0 9 0 5

It will end up with this value in the screen: 004-002-20199, 005:mm

Kapture 2019-12-02 at 11 17 06

The desired result would be if the user could (our should/must) insert "04" or "4". Maybe some prop configuration flag?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions