Questions tagged as 'placeholder'

0
answers

CSS doubt, placeholder

I have this following login page: link It's simple the way I expected, but when I enter any information in the fields (input), the placeholder goes back to the fields when I go to the next field, how could I solve this?     
asked by 29.10.2017 / 19:43
1
answer

Line break in placeholder in react-native textinput

Is there a possibility of a line break in the react native TextInput so that it shows the entire placeholder?     
asked by 12.07.2018 / 13:42
1
answer

Standardize color of letters textarea with placeholder

The input placeholder color gets stronger than textarea!                             I'm using CSS like this: ::-webkit-input-placeholder { /* WebKit browsers */ color: #757575 !important; font-size: 14px; font-weight: bold; } :-moz-plac...
asked by 02.09.2015 / 06:50
0
answers

PlaceHolder that erases the letters gradually

Is it possible to create a input with a place_holder that erases as I type? I did not want it to completely erase when typing a letter, but when I type the first letter, delete the first of place_holder and so on <input...
asked by 18.04.2018 / 16:05
1
answer

Generate image dynamically by url

How do I create in PHP with the intervention an image server type the Placehold.it? Like that when I write the HTML tag inside the src I give an address that should return an image. Ex: <img src="http://meusite.com/350x150">     
asked by 10.02.2015 / 23:54
2
answers

Selenium IDE - Placeholder

I'm having trouble automating a test where I fill in a placeholder and save. When checking what I saved, I verify that the information entered in the field was not made. <input id="nomeCliente" class="form-control ng-pristine ng-valid ng-to...
asked by 11.07.2017 / 17:13
4
answers

Set placeholder with PHP variable [closed]

I have a Registration / Search Form and now I'm adding the option to edit the fields. For the clerk not to get confused, I wanted to set the placeholder with a PHP variable, via echo . Is it possible to do this? <div class="inputs">...
asked by 22.10.2014 / 19:40