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

Text Field Tag Placeholder Returning As Value

I have a form and inside the form there is a text_field_tag. It is written as this... <%= …

html css ruby-on-rails ruby-on-rails-3 placeholder
Red Asterisk directly beside placeholder in input box

I've done a bunch of googling, but I can't find an answer anywhere that works for me. I'm creating a …

forms input asterisk placeholder required
How to use placeholders instead of labels in simple_form?

I want to use placeholders everywhere in my application instead of labels. I am using simple_form and Rails (3.2.14). How …

ruby-on-rails label simple-form placeholder
Javascript check for native placeholder support in IE8

tldr: Why does ('placeholder' in inputElemnt) equal true in IE8 despite no native support for the placeholder attribute? Isn't (attribute …

javascript placeholder
text-transform: capitalize; Also affects Placeholder

I have the following simple input. <input type="text" placeholder="What is your username?" /> When I use text-transform: …

html css input placeholder capitalize
Magento2 checkout form: How to display placeholder attribute value in fields?

Goodmorning Stackoverflow, I'm customizing the checkout onepage in Magento 2. Now I'm trying to display placeholders instead of labels in the …

input placeholder magento2 onepage-checkout
HTML placeholder attribute is not a valid attribute

On SharePoint application page I am using placeholder in <input> like this: <input type="text" id="name" …

html sharepoint-2010 placeholder applicationpage
ImageView using image stored at Titanium.Filesystem.applicationDataDirectory displays placeholder, not image

I'm developing with SDK 1.6.2. My app uses the camera to capture and save an image to Titanium.Filesystem.applicationDataDirectory. A …

javascript imageview appcelerator placeholder
HTML5 input type=number and the placeholder attribute

Is there any way to use placeholder on <input type=number>?

html input numbers placeholder
Use Font Awesome (5) icon in input placeholder text

I've come across many ways to solve this using Font Awesome < 5, but I can't seem to solve this in …

input font-awesome placeholder font-awesome-5