fix(form): add nullable validator on boolean value
This commit is contained in:
@@ -35,7 +35,6 @@ class FormInput<
|
||||
FormInput(
|
||||
this.key,
|
||||
this.validator, {
|
||||
// ignore: avoid_redundant_argument_values
|
||||
FormInputMetadata<Extra>? metadata,
|
||||
}) {
|
||||
this.metadata = metadata ?? FormInputMetadata<Extra>();
|
||||
|
||||
Reference in New Issue
Block a user