feat(material/chips): add hideMultipleSelectionIndicator in mat-chip-listbox
- Dominant language
- TypeScript
- Stars
- 25k
- Forks
- 6.8k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 91
Description
### Feature Description
Currently there is an input `hideSingleSelectionIndicator` in ``, but if we set `multiple="true"` there is no option to hide all of them. So we need a boolean input `hideMultipleSelectionIndicator` as we have in ``
### Use Case
We want to use a multiple chip listbox indicating selected multi options without the indicator
Contributor guide
Research direction
Start by locating the mat-chip-listbox implementation and its existing hideSingleSelectionIndicator input, then compare the corresponding hideMultipleSelectionIndicator behavior in mat-button-toggle-group. Add the multiple-selection option and verify that selected chips can hide their indicators while single-selection behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angular, typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100