adopted-ember-addons / ember-inputmask

Ember wrapper around Inputmask.js
https://adopted-ember-addons.github.io/ember-inputmask/
MIT License
68 stars 45 forks source link

Date time mask dd HH:MM:ss is not working properly. #95

Open rahverma1990 opened 5 years ago

rahverma1990 commented 5 years ago

Date time mask dd HH:MM:ss is not working properly. Not able to set 00 00:10:00 like values.

brandynbennett commented 5 years ago

Unfortunately, this seems to be a restriction of the underlying library Inputmask.js. I tried to find a work around, but couldn't find one. Seems the library requires that all parts of a date mask be valid. To make that work I think you'd have to define your own mask.