sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.63k stars 1.34k forks source link

Feature, Limit a new property added #1823

Open gautam-patadiya opened 7 months ago

gautam-patadiya commented 7 months ago

To restrict display of selected options into selected container.

A new property called 'limit' introduced

<v-select v-model="selected" :limit="2" mulitple />