matiastucci / vue-input-tag

:bookmark: Vue.js 2.0 Input Tag Component
https://tucci.me/vue-input-tag
MIT License
536 stars 135 forks source link

How to limit input length? #67

Closed jericopulvera closed 6 years ago

jericopulvera commented 6 years ago

How to limit input length?

matiastucci commented 6 years ago

Currently you can't. You could use validate to prevent adding the tag if it's > n chars. But still in the UI the user can write a tag as long as he/she wants. If you would like to have this limit you are welcome to create a PR.