Skip to content

Errors triggering upon successful validation, though were no changes #7

@tehSLy

Description

@tehSLy

Consider following code:

const form = createForm({ age: number(0) });
form.errors.watch(console.log);

form.validateField("age");
 // => {age: undefined}

form.validateField("age");
 // => {age: undefined}

Need to implement mechanism detecting changes between errors, preventing unnecessary updates.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions