Ngx Textarea Autosize Save

Automatic height control of textarea to fit the content for Angular.

Project README

ngx-textarea-autosize

Angular 2+ plugin to automatic height control of textarea to fit the content.

Installation:

NPM:

npm install --save ngx-textarea-autosize

Yarn:

yarn add ngx-textarea-autosize

Usage:

Import module to your @NgModule:

import { TextareaAutosizeModule } from 'ngx-textarea-autosize';

@NgModule({
  imports: [
    TextareaAutosizeModule
  ]
})

Add directive to your textarea

<textarea autosize>Some text</textarea>
Open Source Agenda is not affiliated with "Ngx Textarea Autosize" Project. README Source: evseevdev/ngx-textarea-autosize
Stars
30
Open Issues
29
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating