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

How to Change Font Family for textInput Placeholder in React Native

I have to change the font family for textInput's Placeholder text. If we add this secureTextEntry={true}, the mentioned font …

react-native placeholder
Google translate, placeholder text in input type='text'

Problem translating placeholder text in input type="text" This is my sample code: Html: <div id="google_translate_element" …

javascript html translation placeholder google-translate
How to test if the browser supports the native placeholder attribute?

I'm trying to write a simple placeholder jQuery plugin for a site of mine but of course I only want …

jquery html testing placeholder
::-webkit-input-placeholder does not work

i'm writing a mobile web sites and i'm styling it with sass. I would like to change the placeholder color …

html css sass webkit placeholder
how to add an icon on search form placeholder in bootstrap by default its showing search

I'm using the bootstrap theme for my wordpress site. My problem is that in my navbar the search form is …

php html twitter-bootstrap placeholder search-form
input placeholder line-height issue

What is the issue? There is a input box with height 36px as show in above image. In IE10 placeholder …

html css internet-explorer-10 placeholder
iOS 13 - UITextField with Placeholder getting app crash

In iOS 13, I'm getting a crash when accessing the UITextField _placeholderLabel.textColor label key. The key used to apply placeholder …

uitextfield ios13 placeholder
Placeholder text (design process only) in Android layout?

Is it possible to create placeholder text that is only visible during the layout design process in Android Studio? For …

android android-layout android-studio placeholder
Angular2 i18n for placeholder text

Is there a way to translate the placeholder text for an input text field using Angular 2's i18n? <…

angular input internationalization placeholder
Showing a popup window from Fragment

I want to show a popup window from my PlaceHodler class extending Fragment when the button is clicked. For a …

android android-fragments android-view placeholder android-popupwindow