igniteui-webcomponents
igniteui-webcomponents copied to clipboard
Expose a List selection feature
Is your feature request related to a problem? Please describe.
Expose a List Selection feature. I want the list to provide an interface for selection values.
Describe the solution you'd like
The material list (angular specific) is handling this behavior with checkboxes where each list item is an option. We can explore this approach. https://material.angular.io/components/list/overview#selection-lists
Describe alternatives you've considered
There is an alternative, to manually configure the Selection state.
Additional context
6 years ago when we implemented the list component in the Angular library, we didnt explore the Selection functionality, now its worth considering it: https://github.com/IgniteUI/igniteui-angular/wiki/List-Specification
Estimated Delivery Sprint - Sprint X
- [ ] Research
- [ ] Specification
- [ ] Component and tests implementation
- [ ] API Documentation
- [ ] Design implementation