[Feature Request] VSelect with "Select all" checkbox
Nobody has claimed this yet.
- 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}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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