Skip to content

Commit f1053fc

Browse files
Fix EnumProperty test. (#419)
Fix test. Co-authored-by: Reuben Turner <groovinchip@gmail.com>
1 parent b64e2e4 commit f1053fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/fields/text_field.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ class MacosTextField extends StatefulWidget {
759759
'clearButtonMode',
760760
clearButtonMode,
761761
));
762-
properties.add(EnumProperty<TextInputType>(
762+
properties.add(DiagnosticsProperty<TextInputType>(
763763
'keyboardType',
764764
keyboardType,
765765
defaultValue: TextInputType.text,

0 commit comments

Comments
 (0)