Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
petrnymsa committed Mar 25, 2024
1 parent f7454ca commit 5c9372b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glade_forms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class _Model extends GladeModel {
@override
void initialize() {
name = GladeInput.stringInput();
age = GladeInput.intInput(value: 0, useTextEditingController: true);****
age = GladeInput.intInput(value: 0, useTextEditingController: true);
email = GladeInput.stringInput(validator: (validator) => (validator..isEmail()).build());
super.initialize();
Expand Down

0 comments on commit 5c9372b

Please sign in to comment.