Tencent / weui.js

A lightweight javascript library for WeUI.
Other
3.16k stars 928 forks source link

表单验证不可用 #307

Closed 490626721 closed 1 year ago

490626721 commented 4 years ago

按照文档操作表单验证,一直提示输入正确的格式

zhyblack commented 4 years ago

你的weui css 什么版本?

490626721 commented 4 years ago

<link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/2.0.1/weui.min.css"&gt; <script type="text/javascript" src="https://res.wx.qq.com/open/libs/weuijs/1.2.1/weui.min.js"&gt;</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 4 years ago

form里加个novalidate="true"就可以用了

<form class="weui-form" novalidate="true" id="form">