<input autocomplete='on'> does not work with Chrome. Is it a bug?

后端 未结 2 1912
难免孤独
难免孤独 2021-01-11 17:07

I was struggling for a while on the html5 autocomplete feature of Chrome. I had a form like this

2条回答
  •  难免孤独
    2021-01-11 17:41

    Chrome will only save the autocomplete information on submit. There are some workarounds detailed here: Trigger autocomplete without submitting a form

提交回复
热议问题