placeholder Questions
8
Solved
What is the issue?
There is a input box with height 36px as show in above image.
In IE10 placeholder is not vertically middle.
Modica asked 16/12, 2013 at 12:43
3
Solved
In IE 11 if I have an empty email input with a placeholder, then on clicking (focusing) it, the input event is being triggered.
Does anyone know why and is there a solution to this, since the input...
Vague asked 7/1, 2018 at 15:53
4
Solved
Div don't have a placeholder attribute
<div id="editable" contentEditable="true"></div>
I want <Please your enter your Name> to show in DIV when the User backspace the whole te...
Sweat asked 5/6, 2013 at 13:33
4
Solved
I've come across many ways to solve this using Font Awesome < 5, but I can't seem to solve this in any way using Font Awesome 5.
This is how many resources point to adding a Font Awesome icon...
Stock asked 26/4, 2018 at 22:38
5
Solved
I am getting some problem in applying placeholder css.
I am trying to apply css (i.e. color:#898F9C;) on input-box placeholder using pseudo-class selector :-ms-input-placeholder, but it's not work...
Alber asked 5/3, 2014 at 13:23
3
Solved
How can I format the text of a placeholder in italics, but when someone writes inside the textbox, the text shouldn't be in italics.
code:
<input type="text" id="search" plac...
Mikiso asked 25/12, 2014 at 4:57
5
How do you set the placeholder color of iOS 13's UISearchTextField?
I tried the following with no success:
searchField.attributedPlaceholder = NSAttributedString(string: "Some placeholder", attri...
Incurvate asked 6/9, 2019 at 10:30
5
Solved
I want to use placeholders everywhere in my application instead of labels. I am using simple_form and Rails (3.2.14). How can I specify in simple_form config file to use placeholders instead of lab...
Connell asked 6/8, 2013 at 10:3
7
I wanna add a color asterix in my form's placeholder, is it possible?
Urbanist asked 14/3, 2014 at 21:16
5
Solved
Goodmorning Stackoverflow,
I'm customizing the checkout onepage in Magento 2. Now I'm trying to display placeholders instead of labels in the shipping-address form, but no success till now. I hope...
Frenchman asked 15/2, 2016 at 10:5
3
Solved
Is there a way to translate the placeholder text for an input text field using Angular 2's i18n?
<input placeholder="hello world" i18n>
I don't see anything in the documentation about thi...
Smokestack asked 31/10, 2016 at 9:2
6
I know about how to stylize the placeholder from here css tricks
But I need to know about how to apply to a specific text area.My text-area has class "message".
Thanks.
Actually I used pa...
Erminiaerminie asked 26/11, 2014 at 10:10
5
Solved
I'm loading properties attributes from a .properties file using Spring as follows:
file: elements.properties
base.module.elementToSearch=1
base.module.elementToSearch=2
base.module.elementToSearch...
Pamulapan asked 2/6, 2011 at 9:50
2
I think I understand how placeholders work regarding select2 library.
There is a thing bugging me for a while already, how to have non-escaped placeholder on multiple selects.
The reason is I l...
Delamare asked 9/2, 2020 at 21:20
2
Solved
I need to change the color of the bulma CSS placeholder.
I can use the code below for placeholders of normal input that is not bulma,
::-webkit-input-placeholder {
color: blue !important;
}
b...
Terrellterrena asked 22/5, 2019 at 19:55
5
Solved
I have configured spring security with a ldap server (but continue reading, it's not a problem if you have no knowledge about it, this is really a spring problem). All runs like a charm. Here is th...
Liminal asked 7/5, 2012 at 13:34
3
Solved
I want to change the color of specific place holder. I'm using many input fields for my project, problem is that in some section i need grey color for placeholder and in some section i need white c...
Tucson asked 23/11, 2015 at 6:25
7
Solved
I'm pulling out a phone number from a database, and when the user begins editing in the text field to change that phone number I'd like to use the number I currently have in the database as the pla...
Softspoken asked 3/5, 2016 at 3:58
9
Solved
How do you change the placeholder color on an angular/material input placeholder?
<mat-form-field>
<input matInput placeholder="Name">
</mat-form-field>
Doorsill asked 17/11, 2017 at 16:29
10
Solved
I'm using asp.net mvc 3.
I have this dropdownlist of countries and I want to add a placeholder for it. Here's my code:
@Html.DropDownList("country",
new SelectList(ViewBag.countries as System.Co...
Ioneionesco asked 18/4, 2013 at 2:20
7
Under WebKit and Firefox, the text in a input's placeholder sticks around on focus—it doesn't disappear until input.val actually has something in it.
Is there a good way to force IE10 to do the sa...
Wendel asked 21/1, 2013 at 19:34
8
Solved
How can I add a placeholder text to EditText in the class that isn't in the XML?
I have the following EditText in my code which will be shown in alertdialog:
final EditText name = new EditText(t...
Punchy asked 22/11, 2011 at 2:1
5
Solved
I have read a couple of articles about styling the placeholder of an input field using ::-webkit-input-placeholder in HTML5. It works perfectly, except for one thing.
If I try to increase the font...
Hash asked 18/6, 2015 at 13:15
2
We have an app that utilises Deeplinks. We also use the Android Navigation component.
Currently we configure our Deeplinks in out navigation.xml file and this works fine but we now have the requi...
Forego asked 14/8, 2019 at 14:4
5
Solved
I was wondering, is there a way to put text into an input field?
What i've got now is a placeholder, but that's actually an empty inputfield. So that's not what i'm looking for.
I'm looking for an ...
Tracytrade asked 28/5, 2015 at 20:22
© 2022 - 2024 — McMap. All rights reserved.