"Input Masking Dangers: Usability vs. Format"

Fernando Ruiz ·

Original-Artikel öffnen

  1. C. 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).

    Zur Stelle im Original
  2. 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