AnyFormatKit icon indicating copy to clipboard operation
AnyFormatKit copied to clipboard

Simple text formatting in Swift

Results 2 AnyFormatKit issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Users can input any characters either by using a physical keyboard, or copy pasting into `FormatTextField`. The issue is most prominent when the user is trying to paste something. Here...

enhancement