简体   繁体   English

如何删除html输入中的文本自动保存

[英]How to remove text auto save in html input

How to remove this text like history in my input can anyone teach me how to remove this i'm using laravel 5.5 blade template please see image below. 如何在我的输入中删除此文本像历史记录可以任何人教我如何删除这个我使用laravel 5.5刀片模板请参见下面的图像。

Click to see image 点击查看图片

您可以禁用autocomplete

<input type="text" autocomplete="off"/>

尝试将autocomplete="off"属性添加到您的input

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM