nuxt / nuxt/ui

[USelectMenu/UInputMenu] Expose list of filtered items

Open
#5,160 6 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

triage
Dominant language
TypeScript
Stars
6.9k
Forks
1.1k
Avg merge
1d 7h
Merged PRs (30d)
57

Description

Package

v4.x

Description

We’d like to implement a "Select visible" / "Unselect visible" feature for large datasets rendered in USelectMenu and UInputMenu. Currently, there’s no way to access the list of items that match the active filter, which makes it difficult to apply bulk actions to only the visible subset.

It would be helpful if the component exposed the currently filtered items—either via a computed property, event, or method—so developers can interact with the visible list directly without duplicating the filtering logic externally. This would improve performance and reduce complexity for use cases involving large lists and dynamic filtering.

Additional context

No response

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 by locating the USelectMenu and UInputMenu implementations and reading how active filtering produces the visible list. Define and implement a consistent way for consumers to access those filtered items for bulk actions, then verify that both components expose the same behavior without requiring duplicated filtering logic.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.