#sprint-4
This commit is contained in:
parent
a35151082b
commit
55cc9bdd7f
@ -35,7 +35,7 @@ class _InputWidgetState extends State<InputWidget> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var maskFormatter = MaskTextInputFormatter(
|
var maskFormatter = MaskTextInputFormatter(
|
||||||
mask: '--.--.--',
|
mask: '12.34.5678',
|
||||||
filter: {"#": RegExp(r'[0-9]')},
|
filter: {"#": RegExp(r'[0-9]')},
|
||||||
type: MaskAutoCompletionType.lazy,
|
type: MaskAutoCompletionType.lazy,
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user