You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
inputFormatters: [
WhitelistingTextInputFormatter.digitsOnly,
],
please add inputformartters for support more keyboard like kika keyboard in vivo phone it wont force the input type number
The text was updated successfully, but these errors were encountered:
WhitelistingTextInputFormatter is Deprecated use FilteringTextInputFormatter
example : inputFormatters: [ FilteringTextInputFormatter.allow(RegExp(r'[0-9]')), ],
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
inputFormatters: [
WhitelistingTextInputFormatter.digitsOnly,
],
please add inputformartters for support more keyboard like kika keyboard in vivo phone it wont force the input type number
The text was updated successfully, but these errors were encountered: