Closed iHamza7 closed 1 year ago
Hi, thanks for opening an issue! This was a breaking change introduced in v0.5.0-dev.1: https://github.com/VeryGoodOpenSource/formz/blob/main/CHANGELOG.md#050-dev1. The Formz.validate
method returns a boolean now, which indicates whether or not the fields are valid.
Thank you very much
This is my class and constructor
whenever i pass the arguments in Formz.validate function i am getting error in status variable.
error The argument type 'bool' can't be assigned to the parameter type 'FormzSubmissionStatus?'.