Does HTML5 have any kind of text field masking or do I still have to trap onkeydown etc.?
onkeydown
jbabey is right--\"masking\" as in blocking certain illegal ch
Use this JavaScript.
$(":input").inputmask(); $("#phone").inputmask({"mask": "(999) 999-9999"});