Git Product home page Git Product logo

formtextfield's People

Contributors

3lvis avatar dekablade01 avatar gitter-badger avatar jaredhalpern avatar jdieman avatar lightman avatar lugearma avatar marijnschilling avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

formtextfield's Issues

Swift Package Manager

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 current project ๐Ÿ™‚

Chinese character input issue

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 into Chinese. There is no way to input Chinese later. I tried to record a video. Can you tell me what the problem is?
System Ver. iOS 13

var validation = Validation()
validation.minimumLength = minLength
validation.maximumLength = maxLength
titleTextField.inputValidator = InputValidator(validation: validation)

QQ20200724-191025.mp4.zip

unable to delete card expiry date from backspace key.

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 in your demo project its working fine.

I think you need to push your latest pod on the cocoapods with updated versions for these classes.

  1. CardExpirationDateFormatter
  2. CardExpirationDateInputValidator

So that I can update the latest pods in my project pod file. :)

You are doing nice work. Keep it up.

Thanks

Unable to delete card expiry date from backspace key.

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 to delete the card expiry date from the backspace key.

Broken link

The link to the formatters documentation gives a 404

It crashes if I type any emoji

Here is the log cat that Xcode is showing up. Could you give any advices?

let index = composedString.characters.index(composedString.startIndex, offsetBy: range.location)

Add UI tests

Could test:

  • Color state when switching between: enabled, disabled, valid, invalid, active and inactive.
  • Cursor position when inserting text: at the end, at the middle, at the beginning and just before a jump when formatting.
  • Invalid state of all fields when pressing "Pay" button and valid state after filling invalid fields or just jumping between them.

American Express cards are invalid

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 cards are invalid. Can we get some sort of formatter that can be used with both?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.