1.0.9 • Published 5 years ago

altai_autosize v1.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Altai Autosize

Automatically adjust textarea height to fit text.

Installation

NPM
npm i altai_autosize
Yarn
yarn add altai_autosize
Ruby on Rails

Add this line to your application.js

//= require jquery/dist/jquery
//= require autosize/dist/autosize
//= require altai_autosize/dist/altai_autosize

Set by using the following:

$(".altai-autosize").altaiAutosize();

Settings:

## Print log messages in your developer console.
debug: true or false

License

The gem is available as open source under the terms of the MIT License.

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago