I have a date entry field (mm/dd/yyyy) and a social security number entry field (xxx-xx-xxxx) that I have set to use the numeric keyboard. I would like to allow the user to enter the "/" in the date field and the "-" in the social security field. In iOS, this works fine. In Android, the numeric keyboard displays these values, but it will not let you enter them. Is there a way to tell the Android numeric keyboard to allow all values from the keyboard?
Thanks,
Doug