matiastucci / vue-input-tag

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

Add maxlength prop for input #125

Open KyusungDev opened 4 years ago

KyusungDev commented 4 years ago

In react-tagsinput you can limit text input length. The vue-input-tag has no input length limit, so it is entered infinitely. Please fix this problem.