good first issue
倉庫指標
- Star
- (5,395 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
clearError function when clearing the last error is not setting the $$invalid to false (or deleting the $$invalid). clearError should have this code at the end
if(Object.getOwnPropertyNames(rowEntity['$$errors' + colDef.name]).length === 0 {
delete rowEntity['$$invalid' + colDef.name];
}