angular2-autosize is an Angular2 directive that automatically adjusts textarea height to fi...
來自: https://github.com/stevepapa/angular2-autosize
angular2-autosize
angular2-autosize is an Angular2 directive that automatically adjusts textarea height to fit content.
It adjusts the textarea height automatically to any text input, or changes to the model bound to the textarea.
Demo
http://stevepapa.com/angular2-autosize
Installation:
npm install angular2-autosize
Use Example:
import {Component} from 'angular2/core'; import {Autosize} from 'angular2-autosize';@Component({ template:
<textarea autosize class="my-textarea">Hello, this is an example of Autosize in Angular2.</textarea>
, directives: [Autosize] })class App {
}</pre>
Author
Licence
This project is licensed under the MIT license. See theLICENSE file for more info.
</article>
本文由用戶 MatthewIcz 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!