Open frague59 opened 10 months ago
I have shared a method here that can solve this problem, before official support is provided.
https://github.com/wagtail/wagtail-autocomplete/issues/144#issuecomment-2022273294
/ Change the white to any color you prefer / input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0 30px white inset !important; }
Try checking out with the code
Hi,
I'm using wagtail-autocomplete for a new project, using Wagtail 5.2.x. In the wagtail admin in dark mode, I can't see the label in the widget, as they are white text over a white background.
Thanks for your help !