We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.required:true时 无法通过验证
2.改为下图验证规则时 尝试了 any array 都无法通过验证
3.在编辑数据的场景时,获取后台字符串数据后(如: birthday: 2012-4-4)渲染到datePicker(配置为valueFormat:"YYYY-MM-DD"的情况),不做改变直接提交,后台接收到的数据格式位Moment对象
The text was updated successfully, but these errors were encountered:
cb35341
fix(form): ensure that the DateTime component checked properly,fix vb…
6232bb1
…enjs#511
No branches or pull requests
1.required:true时 无法通过验证
2.改为下图验证规则时
尝试了 any array 都无法通过验证
3.在编辑数据的场景时,获取后台字符串数据后(如: birthday: 2012-4-4)渲染到datePicker(配置为valueFormat:"YYYY-MM-DD"的情况),不做改变直接提交,后台接收到的数据格式位Moment对象
The text was updated successfully, but these errors were encountered: