GitbookIO / styleguide

GitBook.com HTML/CSS Style Guide
http://styleguide.gitbook.com
Apache License 2.0
86 stars 23 forks source link

Input placeholder doesn't disappear on focus. #11

Open HeliumSquid opened 8 years ago

HeliumSquid commented 8 years ago

capture Issue in code: https://github.com/GitbookIO/styleguide/blob/gh-pages/forms/index.html#L137-L148 Issue on page: http://styleguide.gitbook.com/forms/

By doing this:

<input type="text" class="form-control" value="" placeholder="Normal state">

The placeholder will disappear on focus.