Kamol Gosling

Results 2 comments of Kamol Gosling

> > I made only for hh:mm, but you can improve it > > > > `const TIME_MASK = [/^([0-2])/, /([0-9])/, ":", /[0-5]/, /[0-9]/]` > > Yes, but that way...

This is likely happening due to the version mismatch between the library and the types. When you install `react-input-mask`, the latest stable version 2.0.4 gets installed. However, when you install...