79357410

Date: 2025-01-15 07:54:32
Score: 1
Natty:
Report link

I have recently faced this issue and tried various solution. Finally following solution work :

<TextField
            sx={{
                // Fix for autofill color
                '& input:-webkit-autofill': {
                    transition:
                        'background-color 600000s 0s, color 600000s 0s'
                }
            }}
        />

I am using MUI textfield here. Hope this is usefull.

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Honey