Nike Lunar Elite's
I'm doing some work for uni and I'm putting togther a booking system. Its for a restaurant, so I need the user to fill in an arrival time. I've put in TextInput with a max character length of 5 (ie 12:30) and a format option of {format: ""HH:NN"} but it still allows me to enter anything in the textinput. What am I doing wrong or is there any better way of allowing a user to fill in a time field???