Complexity Score
Low
Open Issues
6
Dependent Projects
0
Weekly Downloadsglobal
118
Keywords
License
- MIT
- Yesattribution
- Permissivelinking
- Permissivedistribution
- Permissivemodification
- Nopatent grant
- Yesprivate use
- Permissivesublicensing
- Notrademark grant
Downloads
Readme
intl-tel-input-rails
This gem is a simple wrapper for the intl-tel-input library.
Installation
Add this line to your application’s Gemfile:
gem 'intl-tel-input-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install intl-tel-input-rails
Usage
Add the following directive to your Javascript manifest file:
//= require intlTelInput
Coffeescript flavor:
#= require intlTelInput
If you need to initialize the plugin with the utilsScript
(enable formatting/validation), add one more line:
//= require libphonenumber/utils
Add the following directive to your Stylesheet manifest file:
@import "intlTelInput";
Initialize the plugin when needed. Example:
$("#id_of_your_input").intlTelInput({
formatOnInit: true,
separateDialCode: true,
utilsScript: "assets/libphonenumber/utils.js"
});
More options for initializing the plugin. You can ignore the utilsScript
option if you have already required the libphonenumber/utils
as stated above.
Versioning
intl-tel-input-rails 12.3.0.x == intl-tel-input 12.3.0
Where x is used for gem fixes while keeping the same original library version.
Dependencies
CVE IssuesActive
0
Scorecards Score
3.80
Test Coverage
No Data
Follows Semver
No
Github Stars
35
Dependenciestotal
4
DependenciesOutdated
1
DependenciesDeprecated
0
Threat Modelling
No
Repo Audits
No
Learn how to distribute intl-tel-input-rails in your own private RubyGems registry
$gem install intl-tel-input-rails
/Processing...
✓Done
12 Releases
RubyGems on Cloudsmith