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
Post a Comment