#sprint-4

This commit is contained in:
User3 2025-05-28 11:54:55 +03:00
parent 0d8c23db01
commit a35151082b

View File

@ -35,7 +35,7 @@ class _InputWidgetState extends State<InputWidget> {
} }
var maskFormatter = MaskTextInputFormatter( var maskFormatter = MaskTextInputFormatter(
mask: '+# (###) ###-##-##', mask: '--.--.--',
filter: {"#": RegExp(r'[0-9]')}, filter: {"#": RegExp(r'[0-9]')},
type: MaskAutoCompletionType.lazy, type: MaskAutoCompletionType.lazy,
); );