Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我创建了一个 symfony2 表单,我想覆盖悬停消息(当您将鼠标放在输入上时)。有这样的消息“请填写此字段”。
任何想法?
这是 HTML5 验证
检查文档:http ://symfony.com/doc/current/book/forms.html#book-forms-html5-validation-disable
但是,可以通过将 novalidate 属性添加到表单标签或将 formnovalidate 属性添加到提交标签来禁用客户端验证。