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).

HTML Placeholder browser compatibility

What browsers support the placeholder html tag for text inputs? Does Internet Explorer support it? (I have a JavaScript placeholder …

html dom browser placeholder
How can I use placeholder attribute with Html.EditorFor?

I want to use the placeholder attribute in the Html.EditorFor so I did just like in the first answer: …

asp.net html razor asp.net-mvc-5 placeholder
Changing font-family for placeholder

Is it posible for input field to have one font-family and it's placeholder other? I have tried to change font-family …

css input stylesheet font-face placeholder
How to do string formatting with placeholders in Java (like in Python)?

I am new to Java and am from Python. In Python we do string formatting like this: >>> …

java python string format placeholder
AngularJS: ng-placeholder not working

I have the following input html element that I want to change the placeholder of depending on what is being …

html angularjs placeholder
How to make only placeholder italics in input

Hi can any one tell me how can i make only placeholder italics but when someone writes inside a test …

html input placeholder
React JSX: How to set props to placeholder attribute

I have an input tag and I'm trying to set the placeholder's contents to the component's props. After compiling JSX …

input reactjs placeholder react-jsx
keep placeholder on focus in IE10

Under WebKit and Firefox, the text in a input's placeholder sticks around on focus—it doesn't disappear until input.val …

javascript jquery internet-explorer-10 placeholder
jQuery change placeholder text color

Is it possible to use "::-webkit-input-placeholder" with jQuery to set a color for the placeholder text? Something like this: $("input::…

jquery input colors placeholder
Add Placeholder to UITextField, how to set the placeholder text programmatically in swift?

I'm pulling out a phone number from a database, and when the user begins editing in the text field to …

swift uitextfield placeholder