unsafe input type input=email
-
The new version v3.4 is using
type="email"which is a HTML5 input type. This is not cross-browser compatible and is also prone to break styling (and it does) as css styles match on input[type=text].
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘unsafe input type input=email’ is closed to new replies.