1.0.9 • Published 6 years ago

altai_autosize v1.0.9

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

1.0.8

6 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago