在使用React中的<Input>時(shí),出現(xiàn)自動填寫的情況:

<Input>自動填寫
點(diǎn)擊填寫后背景色變藍(lán):

藍(lán)色背景
查看CSS:

input的CSS
user agent stylesheet,瀏覽器默認(rèn)樣式。這是chrome瀏覽器自帶的autofill。
關(guān)閉
<Input autocomplete="off" />
在使用React中的<Input>時(shí),出現(xiàn)自動填寫的情況:
點(diǎn)擊填寫后背景色變藍(lán):
user agent stylesheet,瀏覽器默認(rèn)樣式。這是chrome瀏覽器自帶的autofill。
<Input autocomplete="off" />