Closed arunmmanoharan closed 4 years ago
When I select more than three items in multiselect, I want to display "4 items selected" instead of tags.
https://projects.skratchdot.com/react-bootstrap-multiselect/
Check how optgroups dropdown works.
@adidahiya @giladgray Any advices?
Fixed it using QueryList. Thank you.
Yeah I think QueryList is the way to go if you're trying to achieve some kind of selection UI which is outside our design system.
Environment
Feature request
When I select more than three items in multiselect, I want to display "4 items selected" instead of tags.
Examples
https://projects.skratchdot.com/react-bootstrap-multiselect/
Check how optgroups dropdown works.