Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Request inputFormatters for support more keyboard type #61

Open
jealvin opened this issue Oct 26, 2021 · 2 comments
Open

Request inputFormatters for support more keyboard type #61

jealvin opened this issue Oct 26, 2021 · 2 comments

Comments

@jealvin
Copy link

jealvin commented Oct 26, 2021

inputFormatters: [
WhitelistingTextInputFormatter.digitsOnly,
],
please add inputformartters for support more keyboard like kika keyboard in vivo phone it wont force the input type number

@phanindravarma412
Copy link

The getter 'WhitelistingTextInputFormatter' isn't defined for the class 'PinCodeTextFieldState'.

I am getting this error too. Any solution

@jealvin
Copy link
Author

jealvin commented Jan 25, 2022

WhitelistingTextInputFormatter is Deprecated use FilteringTextInputFormatter
example :
inputFormatters: [ FilteringTextInputFormatter.allow(RegExp(r'[0-9]')), ],

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants