You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just found out about this lib since I am trying to reduce my app bundle size. One nice feature would be to implement a light weight version of Yup Phone (https://www.npmjs.com/package/yup-phone) once done this lib will meet all my needs!
The text was updated successfully, but these errors were encountered:
I'll attempt to add a phone validator that can monkey-patch the library, so its fully optional and not included in the bundle by default (phone validator libs can't really be that small...)
Thanks @bvego tha would be awesome if you could come up with a super light weight version of this validator, the problem with libphonenumber-js is that it expect a country code and I do not want to restrict my validation to a specific country.
Just found out about this lib since I am trying to reduce my app bundle size. One nice feature would be to implement a light weight version of Yup Phone (https://www.npmjs.com/package/yup-phone) once done this lib will meet all my needs!
The text was updated successfully, but these errors were encountered: