Ticket #1107 (new enhancement)
Feature Request: Pure JS Input Masks
| Reported by: | theperish@… | Owned by: | dante |
|---|---|---|---|
| Priority: | normal | Milestone: | future |
| Component: | Dijit | Version: | |
| Severity: | normal | Keywords: | input masks, input mask |
| Cc: |
Description (last modified by dante) (diff)
Greetings, any takers on the idea of creating a set of widgets/function(s) to perform pure JS input masking on text fields/areas. This would be a very-nice-to-have tool in the dojo arsenal since IE7 breaks most of the HTC behaviors which provide this functionality, while FF doesn’t support them at all.
Some of the most popular uses would be for date/time, phone/fax, currency, postal code, SS/tax-id and ip address fields. When combined with the existing validation routines, masks such as these would provide a very rich set of common GUI-side tools that would make dojo a must have (or must have it even more now) for many web-app developers.