jqhph / dcat-admin

🔥 基于 Laravel 的后台系统构建工具 (Laravel Admin),使用很少的代码快速构建一个功能完善的高颜值后台系统,内置丰富的后台常用组件,开箱即用,让开发者告别冗杂的HTML代码
http://www.dcatadmin.com
MIT License
3.81k stars 680 forks source link

数据表单的前端验证,如何增加多语言支持,如何自定义错误提示消息? #2114

Open zhuman90 opened 3 months ago

zhuman90 commented 3 months ago

image

zwping commented 3 months ago

bootstrap-validator 支持多语言?

zwping commented 3 months ago

html原生属性setCustomValidity

$form->mobile('phone')->required()->attribute('oninvalid', "setCustomValidity('请输入手机号 !')")->attribute('oninput', "setCustomValidity('')");

chillcollex commented 2 months ago

感觉这个仓库不会再有更新了,任何问题我们只能查阅文档或 git issues, 大家互相抱团取暖吧 🥹

faydanube commented 2 months ago

感觉这个仓库不会再有更新了,任何问题我们只能查阅文档或 git issues, 大家互相抱团取暖吧 🥹

上個項目用的 filament