Answers for "react autocomplete color is white"

0

reactstrap input background color when autocomplete

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: yellow !important;
}
Posted by: Guest on July-03-2020

Browse Popular Code Answers by Language