vue-input-autowidth
A Vue.js directive for adjusting a text input's width to fit its content.
Install
or
It's also available on Unpkg: https://unpkg.com/vue-input-autowidth
Usage
Options
maxWidth
Type: String
Default: 'none'
The maximum width the input field will grow to.
minWidth
Type: String
Default: 'none'
The minimum width the input field will shrink to.
comfortZone
Type: Number
Default: 0
The additional space in pixels to add to the far side of the input's content.