syropian/vue-input-autowidth

max/min width options probably not necessary

syropian opened this issue · 1 comments

All it's currently doing is setting the min/max width css style on the element. This is something the user can likely do themselves, and with Vue's reactivity system, it's easy to update.

On second thought I'll keep it in for simple convenience.

¯\_(ツ)_/¯