Thomas

Results 4 comments of Thomas

Did you run `npm run setup` as well? Usually this should install typings. There was a discussion about removing browser.d.ts in typings, but I did not follow along. However, I...

You will have to use a mask function for that. Supporting regex-ranges in masks is extremely difficult to implement and error prone. Having a mask of a easily calculable length...

@msafi This is about filling out the amount in reverse. You start from the right, typing `54321` becomes `123,45`in the mask and not `543,21`.

@msafi I just read the first two posts...