input:not(:placeholder-shown) ~ label selector does not work with autofill

前端 未结 2 1829
死守一世寂寞
死守一世寂寞 2021-02-14 02:06

I have floating placeholder in the input field.

Placeholder will appear in center when we input value has not been provided. as shown in the below screenshot (Email and

2条回答
  •  情书的邮戳
    2021-02-14 02:47

    It works for me

    .form-label-group input:-webkit-autofill ~ label {
            /* CSS property  */
    }
    

    You can try it

提交回复
热议问题