Required and Placeholder clash on forms -


i writing form , using required tag , placeholder tag on inputs. inputs of type text not seem become required placeholder text making validate.

is known problem or there workaround? (example of form below)

cheers

<form method="post"> <input type="text" placeholder="your name" required> </form> 


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -