Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
placeholder text style igcombo
posted

the default blank selection placeholder text is grey italic, but when specifying a custom placeholdertext using the 'placeHolder' option the placeholder text appears non-italicized.  is there a way to specify the placeholdertext style?

Parents
No Data
Reply
  • 20255
    Offline posted

    Hello,

    Thank you for your question.

    You can set the placeholder text style by using the selector below.

    Code snippet:

    <style>
          input#comboId::-webkit-input-placeholder {
            color: red;
          }
    </style>

Children
No Data