Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Introduction

The plugin for Vue.js provides the dead-simple Vue component implements textarea with automatically adjustable height.


🛠 Features

  • Bind with v-model
  • Set min/max height limits with appropriate reactive props
  • Enable/disable auto resizing dynamically
  • Trigger resize manually with $refs.myTextarea.resize()
  • Handle all native events with .native modifier read more
  • Use native attrs like this <textarea-autosize rows="1" ... />
  • Force !important for style properties e.g. when using http:https://cleanslatecss.com/
  • There is no CSS out of the box, so feel free to style it as you wish

GitHub | Demo | More packages by DevStark