junkim0416
junkim0416
I solved it after checking these 🥹 https://github.com/react-native-text-input-mask/react-native-text-input-mask/issues/200#issuecomment-805791514 https://github.com/react-native-text-input-mask/react-native-text-input-mask/issues/191#issuecomment-803368920
I find the solution, and I want you to add `function` type on the `left` prop and `right` one. Those are just `node` type, so I couldn't put function in...
I solved it like this for now. ```dart // This function displays a CupertinoModalPopup with a reasonable fixed height // which hosts CupertinoDatePicker. void _showDialog(Widget child) { double width =...
@MohammadMobasher @EmanoelV How about this? ```dart /// Formatter late MaskTextInputFormatter testFormatter; final mask = "##:##:##"; /// Controller final TextEditingController _testController = TextEditingController(); @override void initState() { super.initState(); ... final initialText...
@MartinMuzatko Thanks for to fix
As I know, it is a v1.2.0.
nothing..