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
When using the NumberTextInputFormatter with fixNumber:false as an inputFormatter on a TextFormField, you cannot input a 0 into an empty field, instead it will just stay empty and keep the newValue as an empty String.
The text was updated successfully, but these errors were encountered:
When using the
NumberTextInputFormatter
withfixNumber:false
as an inputFormatter on aTextFormField
, you cannot input a 0 into an empty field, instead it will just stay empty and keep the newValue as an empty String.The text was updated successfully, but these errors were encountered: