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
In DefaultTextInputFormatter method formatInput calls textFormatter.unformat and textFormatter.format methods.
I suggest to call self.format and self.unformat instead, to allow for subclasses change the behavior correctly.
The text was updated successfully, but these errors were encountered:
In
DefaultTextInputFormatter
methodformatInput
callstextFormatter.unformat
andtextFormatter.format
methods.I suggest to call
self.format
andself.unformat
instead, to allow for subclasses change the behavior correctly.The text was updated successfully, but these errors were encountered: