How to turn off autocomplete while keep using datalist element in html

后端 未结 6 1967
萌比男神i
萌比男神i 2020-12-29 03:24

I have a input field which shows a list using html5 element. The problem is that with the browser au

6条回答
  •  庸人自扰
    2020-12-29 03:39

    you can use autocomplete="new-password". autocomplete = "off" didn't worked in my case.

    
    

提交回复
热议问题