matiastucci/vue-input-tag

How to limit input length?

Closed this issue · 1 comments

How to limit input length?

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.