Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limits of visible results #1559

Open
NikitaPoplavskiy opened this issue Jan 20, 2022 · 2 comments
Open

Limits of visible results #1559

NikitaPoplavskiy opened this issue Jan 20, 2022 · 2 comments

Comments

@NikitaPoplavskiy
Copy link

Hi there!

How can i limit shown results in select? Something like: 'Afghanistan, Albania and 24 more'
Screenshot_2

@kovai
Copy link

kovai commented Jan 20, 2022

The functionality you want is not provided in the official repo. Only in these fork: https://github.com/klausapp/vue-select
Issues #1003, #1036

Unfortunately, the author didn't merge this PR yet.

@gautam-patadiya
Copy link

gautam-patadiya commented Mar 5, 2024

Hey Guys,
I added new property limit including slot option here is PR:
#1823

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants