kiranmanda / rummy

A simple single page javascript web application to keep track of rummy scores
MIT License
0 stars 0 forks source link

Validate Player Names - Only allow ^[A-Za-z0-9]+[A-Za-z0-9 ]*$ and max length of 15 #5

Closed kiranmanda closed 9 years ago

kiranmanda commented 9 years ago

Done. Pushed to production. HTML 5 validations is not supported in safari. So doesn't work there. There is another bug to fix that.