Hi all you all have experienced that when you use atextbox
again and again by writing something in it and submitting the values the textbox starts to give you suggestion on the onfocus
event based on previous written values. Can we disable this attribute of the textbox that it shouldn't suggest previous values?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
autocomplete="off" add this as attribute to your control e.g.
<input type="text" autocomplete="off" />