显示名称增加Validator,合并分支是解决冲突选择错了

This commit is contained in:
Argo-Lenovo 2016-10-24 13:35:58 +08:00
parent d095c5a3f6
commit 8b86852e81
1 changed files with 4 additions and 0 deletions

View File

@ -52,6 +52,10 @@
confirm: {
required: true,
equalTo: "#password"
},
displayName: {
required: true,
maxlength: 50
}
});