How to turn off html input form field suggestions?

前端 未结 8 1366
难免孤独
难免孤独 2021-01-31 07:20

By suggestions I mean the drop down menu appear when you start typing, and it\'s suggestions are based on what you\'ve typed before:

for example when I type \'a

8条回答
  •  悲哀的现实
    2021-01-31 07:38

    use autocomplete="off" attribute

    Quote:IMPORTANT

    Put the attribute on the element, NOT on the

    element

提交回复
热议问题