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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -