Top "Placeholder" questions

The HTML5 placeholder attribute specifies a short hint that describes the expected value of an input field (e.g. a sample value or a short description of the expected format).

IE10 Validation bug with maxlength and placeholder on textbox

I have a textbox for Age: <input type="text" id="txtAge" name="txtAge" class="text" placeholder="Age (optional)" maxlength="2"&…

validation internet-explorer-10 placeholder maxlength
IE 11 doesn't render placeholder color properly

In Bootstrap 3.2.2 there is declaration: .form-control:-ms-input-placeholder { color: #999; } IE 11.0.17 (possibly other versions as well) doesn't render it correctly, the placeholder …

css twitter-bootstrap internet-explorer placeholder html-rendering
CSS hide placeholder on print

Is there a way to hide an input's placeholder text in the print style sheet. I have a form that …

css printing placeholder html-input
Disable UISearchBar search icon and placeholder text animation on becomeFirstResponder

I have a UISearchBar that I want to display when the user taps a button. In the buttonPress method, I …

ios animation uisearchbar placeholder becomefirstresponder
Vim Ultisnips - How do I move to the next placeholder or tabstop?

I just installed a brand new copy of Macvim and UltiSnips, but I can't figure out how to move to …

vim placeholder macvim tabstop ultisnips
How do I combine an if/else expression with angular translate inside an attribute?

I'm using an if/else expression and a translation of the possible values inside the placeholder-Tag of an HTML input-element. …

angularjs nested quotes placeholder angular-translate