vue-select icon indicating copy to clipboard operation
vue-select copied to clipboard

Feature, Limit a new property added

Open gautam-patadiya opened this issue 1 year ago • 1 comments

To restrict display of selected options into selected container.

A new property called 'limit' introduced

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

gautam-patadiya avatar Mar 05 '24 13:03 gautam-patadiya

@sagalbot is there a plan to merge this PR or implement a similar feature for limited the number of displayed selections?

morganp-dev avatar Jan 03 '25 11:01 morganp-dev