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

Java - placeholder on textfield

I'm trying to create a GUI with Swing. My problem is, I have a textfield, but I want it to …

java swing textfield placeholder
select2 MULTIPLE placeholder does not work

I'm using the following piece of code to select item but placeholder already is not visible. I am using this …

javascript css twitter-bootstrap jquery-select2 placeholder
Why use `javascript:void(0)` instead of `javascript:` as an href do nothing placeholder?

I have seen href="javascript:void(0)" and I have seen href="javascript:;" Is there any reason I would not just …

javascript html href placeholder
PlaceHolder animates when start typing in TextField in iOS

How to set this type of animation in UITextField? Nowadays, Many apps are using this.

ios objective-c swift uitextfield placeholder
Simple way to check if placeholder is supported?

I want to use the HTML5 "placeholder" attribute in my code if the user's browser supports it otherwise just print …

javascript html placeholder
Set text input placeholder color in reactjs

When using ordinary CSS if you want to style your place holder you use these css selectors : ::-webkit-input-placeholder { color: red; } …

reactjs styles placeholder
On Edge Browser, how to change input placeholder text color using CSS?

On Edge Browser, I couldn't able to change input placeholder color. :-ms-input-placeholder is not working but works fine on IE 10 &…

html css placeholder microsoft-edge
How to automatically add placeholder attribute to html input type number in mvc 4?

This is a very specific issue. I managed to automatically add the placeholder attribute to html5 email input type by …

c# asp.net-mvc-4 data-annotations placeholder mvc-editor-templates
updating "placeholder" attribute using knockout

I have a form with some fields getting some data using knockout.js (ver. 2.1.0). For example, to update the "value" …

knockout.js placeholder
How to change placeholder of selectize.js dropdown?

I want to change placeholder of a dropdown created by selectize.js when the parent dropdown changes its selection to …

javascript jquery dynamic placeholder selectize.js