什么是输入字段中的类型提前以及如何关闭它

时间:2015-11-10 15:54:38

标签: html

我遇到了这个 choice that looks like type-ahead thing

我之前根据相同的元素名称键入了什么,但是如何关闭呢? 我有自己的ui-bootstrap来提高动态类型,但这总是妨碍你。

提前致谢

1 个答案:

答案 0 :(得分:0)

它实际上是自动完成属性。将其设置为关闭:

<input [...] autocomplete="off">

https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion