luximetr/AnyFormatKit

DefaultTextInputFormatter subclassing

dankinsoid opened this issue · 1 comments

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.

Also it would be great to make textPattern and patternSymbol properties public