intl-tel-input-rails
intl-tel-input-rails copied to clipboard
intl-tel-input for the Rails asset pipeline
This is an awesome gem! I was wondering if there was a way to specify the dependencies so that you could choose to use `sass-rails` or `sassc-rails` as your SASS...
Solution to Issue #23 Someone should take a look at it before merging (if it gets merged) and watch out for things I didn't see. It works for me though.
How do you get the country code on jquery submit?
Version 14.0 of intl-tel-input got released September 2018 and removes the jQuery dependency. I think it would be useful to update the Gem.
Hey, thanks for the gem. for me it start working after I add '/' before asset in JS snippet. ``` utilsScript: "/assets/libphonenumber/utils.js" ``` is this a typo or it depends...