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
Do not filter text field input based on selected keyboard type.
On standard flutter, no input filtering is done based on the
keyboardType parameter of the TextField constructor.
Input filtering should be done via the inputFormatters parameter of the
TextField constructor. See https://api.flutter.dev/flutter/services/TextInputFormatter-class.html
0 commit comments