Skip to content

Commit e11c730

Browse files
committed
Improvements to README to show errorText in other languages
1 parent e66a3bd commit e11c730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ FormBuilderTextField(
238238
attribute: "age",
239239
decoration: InputDecoration(labelText: "Age"),
240240
validators: [
241-
FormBuilderValidators.numeric(),
241+
FormBuilderValidators.numeric(errorText: "La edad debe ser numérica."),
242242
FormBuilderValidators.max(70),
243243
],
244244
),

0 commit comments

Comments
 (0)