表单验证不可用
490626721 opened this issue · 3 comments
490626721 commented
按照文档操作表单验证,一直提示输入正确的格式
zhyblack commented
你的weui css 什么版本?
490626721 commented
<link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/2.0.1/weui.min.css">
<script type="text/javascript" src="https://res.wx.qq.com/open/libs/weuijs/1.2.1/weui.min.js"></script>
使用的这个版本
…------------------ 原始邮件 ------------------
发件人: "zhy_black"<notifications@github.com>;
发送时间: 2020年3月20日(星期五) 晚上7:50
收件人: "Tencent/weui.js"<weui.js@noreply.github.com>;
抄送: "VZVZA"<490626721@qq.com>; "Author"<author@noreply.github.com>;
主题: Re: [Tencent/weui.js] 表单验证不可用 (#307)
你的weui css 什么版本?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
heii commented
form里加个novalidate="true"就可以用了
<form class="weui-form" novalidate="true" id="form">