About 62 results
Open links in new tab
  1. 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.

  2. How to set placeholder value using CSS? - Stack Overflow

    Nov 10, 2011 · I want to set the placeholder value of an input box using only CSS and no JavaScript or jQuery. How can I do this?

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

    For me, your code works when you get rid of the input.placeholder bit. Aligning the text inside the input to center aligns the placeholder as well.

  4. 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 usuários mostram que …

  5. 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: input[placeholder], [

  6. php - Placeholder en un select - Stack Overflow en español

    Oct 25, 2017 · Estoy usando placeholder en mis input de tipo texto y funcionan perfecto, solo que tengo un select, en el cual le quiero poner un placeholder donde diga "selecciona una opción", pero no …

  7. Add placeholder text inside UITextView in Swift? - Stack Overflow

    How can I add a placeholder in a UITextView, similar to the one you can set for UITextField, in Swift?

  8. java - Cómo agregar un ‘placeholder’ en un JTextField - Stack Overflow ...

    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 …

  9. Show placeholder text for input type date - Stack Overflow

    13 Placeholder does not work for input type date and datetime-local directly. ... Instead the field shows mm/dd/yyy on desktop and nothing on mobile. How can I show the Date placeholder text?

  10. html - what is the difference between placeholder and aria-placeholder ...

    Jan 12, 2022 · A placeholder is a text that appears in the form control when it has no value set. The HTML placeholder attribute enables providing a sample value or a brief description of the expected …