DefaultTextInputFormatter subclassing
dankinsoid opened this issue · 1 comments
dankinsoid commented
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.
dankinsoid commented
Also it would be great to make textPattern
and patternSymbol
properties public