Jquery::Inputfit::Rails
TODO: Gemified version of inputfit, which allows you to autoshrink input text in a given input field.
Plugin that makes value of the input fit into the input, see the demo
Installation
Add this line to your application's Gemfile:
gem 'jquery-inputfit-rails'
And then execute:
$ bundle
Add the following to your app/assets/javascripts/application.js:
//= require jquery.inputfit
Plugin Documentation
https://github.com/vxsx/jquery.inputfit.js
Usage
TODO: Write usage instructions here
Contributing