Inputmask: Datetime alias with day auto-fill problem

Created on 4 Mar 2021  路  1Comment  路  Source: RobinHerbots/Inputmask

When you press any number greater than 3 it automatically substitutes the value for 01. This worked perfectly until version 5.0.6-beta.29, in this version the auto-filling of 0 stopped working. In version 5.0.6-beta.31 the auto-completion of 0 is back in operation but with problems. On the day he has this problem that replaces the number with 01, in the month it works well.

https://user-images.githubusercontent.com/32434418/109884209-5ed7c800-7c5b-11eb-86f4-2487cd13cabb.mov

$(`#myDateField`).inputmask("datetime", {
      inputFormat: "dd/mm/yyyy",
      jitMasking: true,
      showMaskOnHover: false
});
  • OS: Any
  • Browser Any
  • Inputmask 5.0.6-beta.40
Dates Regression

Most helpful comment

@eduardo-mior ,

Thx for the notifying me about this.

Fix in 5.0.6-beta.42

>All comments

@eduardo-mior ,

Thx for the notifying me about this.

Fix in 5.0.6-beta.42

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hrolick-git picture hrolick-git  路  5Comments

SujayKrishna picture SujayKrishna  路  7Comments

movedoa picture movedoa  路  4Comments

poornib55 picture poornib55  路  6Comments

subarachnid picture subarachnid  路  3Comments