FormTextField
FormTextField copied to clipboard
UITextField with support for formatters and input validators
Hello there and great work ! Any chance to see SPM support anytime soon ? It would be a great addition. It's my last dep still on CocoaPods in my...
Hello Dev I am using your pod in my project with versions of 3.0.0. There is an issue like user unable to delete card expiry date from backspace key. but...
Hi, unable to delete card expiry date from backspace key. I am using your pod in my project with versions of 3.0.0. There is an issue like the user unable...
I want to limit the length of characters in the input box. My main code is as follows. However, when inputting Chinese characters, only the first character can be input...
How do I update the validator so as to accept MM/YYYY format dates for Card Expiry Dates?
A typical credit card number (i.e. Mastercard) looks like this: `5555 5555 5555 4444` and an American Express card looks like `3782 822463 10005` Using the Default `CardNumberFormatter`, American Express...