RobinHerbots/Inputmask

datetime + jitMasking show placeholder

Opened this issue · 1 comments

  • Describe the bug:
    Trying to use inputmask with datetime and jitMasking like this:
    Inputmask('datetime', {inputFormat: 'mm/dd/yyyy', jitMasking: true})
    But when numbers for moth are input the placeholder for day is displayed like this:
    image
    Even with the default format after the years are entered the placeholder for month is shown
    image

  • OS: Windos 11

  • Browser: Chrome

  • Inputmask version: 5.0.9 and 5.0.10-beta.0

Any updates on this? We are having the same problem