html – 如何从输入字段中删除“自动完成禁用”

html – 如何从输入字段中删除“自动完成禁用”,第1张

概述我有一个字段,用户要求输入一年.我的 HTML看起来像这样 <div class="form-group {% if form_search2.year_search.errors %} error {% endif %}" style="padding: 0px;"> <label class="col-xs-3 col-sm-2 control-label">{{ form_searc 我有一个字段,用户要求输入一年.我的 HTML看起来像这样
<div  >    <label >{{ form_search2.year_search.label }}</label>    <div  >                            {{ form_search2.year_search(class='form-control',,placeholder="e.g. 1996-2001",autocomplete="on",type="text") }}    </div>    <div  >    </div></div>

形式定义为

year_search = TextFIEld("Year:")

当我在浏览器(Chrome)中查看此表单时,我收到了消息

automatic credit card filling is Disabled because this form does not use a secure connection

我怎么能摆脱这个?
我有其他字段,这些字段在相同的原因中定义,但它们记住以前键入的内容,并通过建议旧输入来帮助用户.

解决方法 根据 autofill_regex_constants.cc.utf8文件:
// On at least one page (The China Shop2.HTML) we find only the labels// "month" and "year".  So for Now we match these words directly; we'll// see if this turns out to be too general.

第一个选项可以是更改字段名称.作为替代方案,我建议使用Let’s encrypt来保护连接.根据Google Security Blog:

Beginning in July 2018 with the release of Chrome 68,Chrome will mark all http sites as “not secure”.

总结

以上是内存溢出为你收集整理的html – 如何从输入字段中删除“自动完成禁用”全部内容,希望文章能够帮你解决html – 如何从输入字段中删除“自动完成禁用”所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1135072.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-30
下一篇 2022-05-30

发表评论

登录后才能评论

评论列表(0条)

保存