[USelectMenu/UInputMenu] Expose list of filtered items
Nobody has claimed this yet.
- 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
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 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