rustamkhon
Results
1
comments of
rustamkhon
Same issue. I'm using this mask: `MaskTextInputFormatter(mask: '(##) ###-##-##', filter: {"#": RegExp(r'[0-9]')})` Backspace removes not correctly. But, when I change keyboardType of TextField from TextInputType.number to TextInputType.text, so it works...