"Input Masking Dangers: Usability vs. Format"
-
Zur Stelle im OriginalC. On Blur FormattingAllow the user to type however they want (all together, with spaces, with dots, etc.). When the user finishes filling the field and leaves it, the application cleans the data and applies the correct visual format automatically and transparently (e.g., 02021990 becomes 02 / 02 / 1990).
-
You should only consider using masks if the component is extremely technically polished and has been tested on all types of browsers and mobile devices. A good mask should:
Ja, mann!!!
Zur Stelle im Original