We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6dbbdc commit 8e5d1e3Copy full SHA for 8e5d1e3
lib/test/demo_text_field_page.dart
@@ -49,7 +49,7 @@ class _DemoTextFieldPageState extends State<DemoTextFieldPage> {
49
)),
50
),
51
inputFormatters: [
52
- FilteringTextInputFormatter.allow(RegExp('^[0-9]*\$'))
+ FilteringTextInputFormatter.digitsOnly
53
],
54
55
0 commit comments