We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello buddy ^_^, I want to use this library for validate PIN, so I don't need separator, how to disable?
The text was updated successfully, but these errors were encountered:
agree. upvote. I am attempting a similar angular validation on a credit card and the commas make me sad :(
Sorry, something went wrong.
I fixed it by adding a few minor lines of code (linked below) and adding fcsa-number="{noSeparator: true}" to my markup
fcsa-number="{noSeparator: true}"
fcsa now has the ability to remove commas from result (for credit card numbers) Shawful@3b6177d
No branches or pull requests
Hello buddy ^_^,
I want to use this library for validate PIN,
so I don't need separator,
how to disable?
The text was updated successfully, but these errors were encountered: