About 65 results
Open links in new tab
  1. ux - O que escrever em placeholders para que sejam objetivos e ...

    Sep 13, 2021 · Existem diversas formas de fazer isso, e usar um placeholder é uma delas. Segundo o Nielsen Norman Group, a agência referência de UX no mundo, testes com …

  2. css - Center HTML Input Text Field Placeholder - Stack Overflow

    How can I centre the input field's placeholder's alignment in a html form? I am using the following code, but it doesn't work: CSS -> input.placeholder { text-align: center; } .emailField { ...

  3. How do I make a placeholder for a 'select' box? - Stack Overflow

    Apr 27, 2011 · Learn how to create a placeholder for a 'select' box using HTML and JavaScript on Stack Overflow.

  4. Change an HTML input's placeholder color with CSS

    Chrome v4 supports the placeholder attribute on input[type=text] elements (others probably do too). However, the following CSS doesn't do anything to the placeholder's value: …

  5. java - Cómo agregar un ‘placeholder’ en un JTextField - Stack …

    Jan 4, 2017 · Quisiera tener una caja de texto (jTextField) y que al arrancar el formulario en JAVA SWING en esa caja de texto aparezca un texto "informativo" de lo que hay que rellenar en ese …

  6. javascript - Change placeholder text - Stack Overflow

    Nov 22, 2012 · $('input:text').attr('placeholder','Some New Text'); And if you want different placeholders, you can use the element's id to change placeholder

  7. html - what is the difference between placeholder and aria …

    Jan 12, 2022 · The placeholder hint should be shown to the user whenever the control's value is empty, including when a value is deleted. The aria-placeholder is used , in addition, to, not …

  8. Forzar cambio de placeholder en input - Stack Overflow en español

    Tengo un código en HTML el cual intento acceder con javascript al valor placeholder para cambiar su string, pero al realizar la siguiente función no efectúa el cambio. <input …

  9. Can you have multiline HTML5 placeholder text in a <textarea>?

    Aug 25, 2011 · 80 On most (see details below) browsers, editing the placeholder in javascript allows multiline placeholder. As it has been said, it's not compliant with the specification and …

  10. placeholder vs. data-placeholder, in HTML - Stack Overflow

    Sep 10, 2013 · They can't possibly produce the same results. placeholder is part of the HTML5 spec to show placeholder text in the field before anything is typed, while data-* is just generic …