In my application, user could fill some time field.
In my case, I’d like help user to do that.
I want make a mask input for time(01:55) what only accept that user type four numbers.
So, when user type number 01 put after it this : and next, user could type 55.
Can you help me to do that?
Thanks
I found a good maskTextInput here
http://bolao.zzl.org/MaskedTextInput/srcview/index.html