Robin Herbots

Results 158 comments of Robin Herbots

@stsrki , Tadaa, another attempt v5.0.9-beta.53

Can you have a try with this codepen. https://codepen.io/robinherbots/pen/VwNbmNP Btw when using the colormask.js, you also need to include the colormask.css (and it is still experimental, .... awaiting some feedback,...

@stsrki , For the color mask we can best continue on #2310. The codepen is working so I can conclude this issue is fixed?

Yes, true. To be able to handle the dynamic length in the long date format the placeholder is generated based on the inputformat, but this only happens when not providing...

@jhonimaike, @Techn1c4l, I will investigate why, because disabling that option shouldn't be needed.

@jhonimaike, @Techn1c4l, The latest beta fixes the issue. https://jsfiddle.net/wpnk54o9/

@julienGrd , I fixed the issue in version 5.0.9-beta.1 (no npm release yet)

@sjacq , Can you have a retry with the latest beta. I tried something like ``` Inputmask({ mask: "a{*}" }).mask("#test1"); ``` and i could type élève and café

@mydoom5 , Is this one sufficient? ``` Inputmask({ regex: "^-?([01][0-9]|2[0-3]):[0-5][0-9]$" }).mask(selector); ```

@xnkarim , Can you have another try with the current beta 5.0.9-beta.30