All Projects → evseevdev → ngx-textarea-autosize

evseevdev / ngx-textarea-autosize

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

Programming Languages

typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ngx-textarea-autosize

rich input
Rich input box, implement @Someone and subject with color highlighting
Stars: ✭ 58 (+87.1%)
Mutual labels:  textarea
react-in-out-textarea
A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
Stars: ✭ 28 (-9.68%)
Mutual labels:  textarea
react-textarea-code-editor
A simple code editor with syntax highlighting.
Stars: ✭ 247 (+696.77%)
Mutual labels:  textarea
Friendly Code Editor
Try this Friendly Code Editor. You'll love it. I made it with a lot of effort. It has some great features. I will update it adequately later. Very helpful for developers. Enjoy and share.
Stars: ✭ 20 (-35.48%)
Mutual labels:  textarea
autoexpand
Autoexpanding textarea in Elm
Stars: ✭ 15 (-51.61%)
Mutual labels:  textarea
react-native-text-area
Simple and easy to use TextArea for React Native.
Stars: ✭ 20 (-35.48%)
Mutual labels:  textarea
react-inputs-validation
A react component for form inputs validation. Online demo examples
Stars: ✭ 48 (+54.84%)
Mutual labels:  textarea
vanilla-caret-js
Set and get Caret position (contenteditable or TextArea) using Vanilla JavaScript
Stars: ✭ 31 (+0%)
Mutual labels:  textarea
volx-recyclerview-fast-scroll
An easy to use implementation for fast scroll recyclerview
Stars: ✭ 34 (+9.68%)
Mutual labels:  autosize

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>
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].