DEV Community

Cover image for 3 HTML5 Input Attributes To Help Mobile Users

3 HTML5 Input Attributes To Help Mobile Users

Carl Saunders on January 29, 2019

Do you feel the pain?😫📱 When your phone changes the first letter to an uppercase straight after you've typed the first letter? When you...
Collapse
 
abidemit profile image
Tiamiyu Sikiru Abidemi

Wonderful hints, I will definitely include them in my next project

Collapse
 
deadlybyte profile image
Carl Saunders • Edited

I've just implemented an ESLint plugin that caters for the above mentioned rules. Find out more by reading the following article dev.to/deadlybyte/eslint-plugin-fo....

The plugin can be downloaded from NPM - eslint-plugin-jsx-form.

Collapse
 
93alan profile image
Alan Montgomery

This could be a big help in future projects for me. Thank you! As you say, it's the simple things.

Collapse
 
deadlybyte profile image
Carl Saunders

Awesome, simple quick wins are the best!

Collapse
 
chiangs profile image
Stephen Chiang

I really wish the standard was to manually turn these things on rather than off...

Collapse
 
computersmiths profile image
ComputerSmiths

Thank you! This drives me nuts, and is especially evil on systems where username case is significant. (I agree that username should never be case-sensitive, but sometimes it is...)

Collapse
 
deadlybyte profile image
Carl Saunders

No worries, it's these simple changes that can make our lives that much easier.