vuetifyjs / vuetifyjs/vuetify

[Feature Request] VSelect with "Select all" checkbox

Open
#23,110 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

C: VSelect T: feature
Dominant language
TypeScript
Stars
41k
Forks
7.1k
Avg merge
1d 21h
Merged PRs (30d)
11

Description

Problem to solve

Ability to select all v-select items, including only the filtered ones by the search bar if there are some.

Proposed solution

Here is a hand made solution I've made, struggled a lot with typing and filtering with the checkbox so i forced items to be a certain type = {title: string: value: unknown}

https://play.vuetifyjs.com/#...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Vuetify playground and reproduce the requested VSelect behavior, including selecting all visible filtered items. Read the existing VSelect implementation and related tests before deciding the integration point; done means the checkbox selects all items or only the currently filtered items as appropriate, with the demonstrated typing and filtering behavior preserved.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.