Phonemask::Rails::Brasil

jQuery Plugin for mask phone number until 9 numbers. Only for brazil numbers.

Dependecies

Use in Ruby >= 1.9 and Ruby on Rails >= v4.X

Installation

Add this line to your application's Gemfile:

gem 'phonemask-rails-brasil'

And then execute:

$ bundle

Or install it yourself as:

$ gem install phonemask-rails-brasil

Usage

//= require jquery.phonemask

Create data attribute in HTML tag.

<input type="text" data-phone-mask="true">

if you used SimpleForm, use:

<%= f.input :telefone, input_html:{ data: {"phone-mask": true} } %>

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Thadeu/phonemask-rails-brasil.