Formance.js – Library for formatting and validating form fields
omarshammas.github.io
Formance.js – Library for formatting and validating form fields
1–10 of 30 posts
Re: Formance.js – Library for formatting and validating form fields
#2Re: Formance.js – Library for formatting and validating form fields
#3Re: Formance.js – Library for formatting and validating form fields
#4Re: Formance.js – Library for formatting and validating form fields
#5Re: Formance.js – Library for formatting and validating form fields
#6A few of them (phone number) break if you CMD-A to select all and start typing, to replace the entire value. It just deselects and appends rather than overwriting.
Re: Formance.js – Library for formatting and validating form fields
#7What about international numbers?
https://github.com/omarshammas/jquery.formance/wiki/Contribu...
Re: Formance.js – Library for formatting and validating form fields
#8For North American phone numbers, it's fairly common to input your phone number with the preceding country code of 1. It would be nice if the library accounted for that.
Re: Formance.js – Library for formatting and validating form fields
#9Re: Formance.js – Library for formatting and validating form fields
#10Somewhat off topic, but I wish there was a credible site out there that reviewed these type of general libraries. There are hundreds of them out there and when I need to find one it usually comes with hours of research trying to decide on the right one to use. It would be great if there was a place to look up the general strengths and weaknesses of each without doing all the necessary leg work.
I'm familiar with:
- Stripe jQuery.payment.js (formance is based on this project, extended beyond payment forms) https://github.com/stripe/jquery.payment
- Masked Input (good for basic formatting, and does not include validating) https://github.com/digitalBush/jquery.maskedinput
- Validate.js (does not include formatting) http://rickharrison.github.io/validate.js/