Detect password manager (or chromium) autofill for websites

22 Views Asked by At

I have a React app & in my Login page with SignInInput.tsx (Inputs) components. I already deployed it in the web but i have the problem that the autocomplete of chrome doesn't get detected by the onChange or onAnimationStart properties. I've been looking for hours. [The page with the autofill pasenter image description heresword manager on loading the page](https://i.stack.imgur.com/peh2T.png) When i click in the inputs the font changes & the onChange detect the values

I have try to add a onAnimationEnd and onAnimationStart, a useEffect a useMemo, but the autofill gets in after the page is loaded.

enter image description here

0

There are 0 best solutions below