From 6d59ffd093aa213eae757e2aa6d8e1ec267d1b2b Mon Sep 17 00:00:00 2001 From: User3 Date: Wed, 28 May 2025 12:00:18 +0300 Subject: [PATCH] #sprint-4 --- lib/input.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/input.dart b/lib/input.dart index 443e748..9aae653 100644 --- a/lib/input.dart +++ b/lib/input.dart @@ -35,7 +35,7 @@ class _InputWidgetState extends State { } var maskFormatter = MaskTextInputFormatter( - mask: '12.34.5678', + mask: '##.##.####', filter: {"#": RegExp(r'[0-9]')}, type: MaskAutoCompletionType.lazy, );