Context
These are all input[type=text] fields. check img link below
You want to reuse a previous value from the autofill dropdown.
Problem
Whenever I choose a value from the list, I get an unwanted background-color too.
I've been overriding the selector in my css , but the browser overrules it with !important
input:-internal-autofill-selected{ ..css.. }
Can I get around this without javascript?
IMG Error
2.1m questions
2.1m answers
60 comments
57.0k users