lich-yoo
lich-yoo
createDOMForm.js 中的 validateFieldsInternal 函数在校验规则中 存在 type: 'array' 与 特定 prop 时,会出现检验信息不对应的情况。 示例代码地址:https://codesandbox.io/s/6l57rkxoyz debug 发现出错位置大约在下面部分 ` var restPath = errorFieldName.slice(ruleFieldName.length + 1); if (/\d+/.test(restPath)) { fieldName = ruleFieldName; return true; }...
[[中文版模板 / Chinese template](https://github.com/alibaba/hooks/blob/master/.github/PULL_REQUEST_TEMPLATE/pr_cn.md)] ### 🤔 This is a ... - [x] New feature - [ ] Bug fix - [x] Site / documentation update - [ ] Demo update...