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

后端 未结 6 1964
萌比男神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:58

    Try using the HTML attribute autocomplete

    
    

    source Turn Off Autocomplete for Input

提交回复
热议问题