UNPKG

detect-autofill-react

Version:

React hook to detect browser's autofill

2 lines (1 loc) 316 B
input,select,textarea{transition:background-color 50000s ease-in-out,color .3s ease,filter .3s ease}input:is(:-webkit-autofill,:autofill){animation-name:onautofillstart;animation-duration:5s}input,:not(:-webkit-autofill,:autofill){animation:onautofillcancel}@keyframes onautofillstart{}@keyframes onautofillcancel{}