MrDys / blacklight

Blacklight Plugin
http://projectblacklight.org/
Other
1 stars 1 forks source link

SMS This should gracefully handle punctuation #473

Closed MrDys closed 12 years ago

MrDys commented 12 years ago

CODEBASE-288: If you enter dashes (or parens) in the phone number field for SMS This it errors out, telling the user to enter a 'valid' 10 digit number. A more friendly approach would be to strip excessive punctuation on the app side and then decide if the number is valid or not. Or add a message to the modal window explaining the expected phone number format, but stripping the punctuation is friendlier.

MrDys commented 12 years ago

Original reporter: MrDys

MrDys commented 12 years ago

jrochkind: Unable to include spec because of same problem in CODEBASE-227, sorry.