Skip to content

Commit cc1ed5f

Browse files
authored
Merge pull request #55 from tjinauyeung/fix/handle-no-validation-function
2 parents e53031c + 197bf17 commit cc1ed5f

File tree

2 files changed

+170
-160
lines changed

2 files changed

+170
-160
lines changed

lib/create-form.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ export const createForm = (config) => {
9090
isValidating.set(false);
9191
});
9292
}
93+
94+
return Promise.resolve();
9395
}
9496

9597
function updateValidateField(field, value) {

0 commit comments

Comments
 (0)