You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When filling in the search box with an autocomplete value, the syles of the input change to chrome's default background of white (in the case of autocomplete values).
When filling in the search box with an autocomplete value, the syles of the input change to chrome's default background of white (in the case of autocomplete values).
This is a known issue with tailwind other people are having. See tailwindlabs/tailwindcss-custom-forms#30
Solution
Apply fix from here
https://css-tricks.com/snippets/css/change-autocomplete-styles-webkit-browsers/
Its okay to use css instead of tailwind here
The text was updated successfully, but these errors were encountered: