Quan

Results 1 comments of Quan

validateAllFields is also slow, and validators work poorly under solidjs ```ts { const res = await form.validateAllFields("submit"); console.log("res", res); if (res.length) return; events.emit("save"); }} > 提交已更改 ```