User Security Manager
Login page email formatting
Gravatar is a globally recognized avatar based on your email address. Login page email formatting
  Richard Kaye
  All
  May 6, 2022 @ 05:45am

Since I'm asking questions, here's another one I've been meaning to ask for a while. I'd like to implement email masking functionality in my FE; specifically that thing where when you're on a mobile device the keyboard changes to show the @ symbol and you get the keyboard button that you can press and hold and it shows all the TLDs. Is that some bootstrap class?

TIA

Gravatar is a globally recognized avatar based on your email address. re: Login page email formatting
  Rick Strahl
  Richard Kaye
  May 6, 2022 @ 05:37pm

I think you want a textbox that has <input type="email" /> which should give you the mobile keyboard that defaults to email optimized keys which should include the @. Not sure about the domain list... I've never noticed that before.

The big problem is that some of the type behaviors on <input /> are weird (like number in desktop browsers or the crappy date editor in Chrome). I can't remember if and what the issues were with type="email"...

+++ Rick ---

© 1996-2024