Robin Herbots

Results 184 comments of Robin Herbots

Can you provide some more info how to reproduce.

@skrasnoyarov, The lag should be fixed with the latest beta

@Pomierski , The latest beta 71 should fix the issue.

@arjunteddu , Can you the the exact mask and options you use and also first try with the latest beta version.

Hi @MattPurland, This is already fixed in the 5.0.9-beta version.

@RemediumAnimus , You can do this by overriding the isInYearRange fn within the "dd/mm/yyyy" alias Something like ``` Inputmask("date", { isInYearRange: function(chrs, minyear, maxyear) { //do some checking return true/false,...

I was already thinking in that direction

@drolsen , If you do the import like this, you will not load the extensions and will spare some extra kb `` const FieldMasking = require('inputmask/lib/inputmask'); `` I hope this...

@ROSAESTERMG, Can you please open a new issue for this and elaborate a bit as it is not clear to me.