Reputation: 1008
On our current Angular 5 project, we use bootstrap 3.3.7
and ngx-bootstrap 2.0.3
I have been asked to implement a dropdown multi-select option as shown below. It will allow user to select multiple options from dropdown list.
How can I implement this feature?
Upvotes: 0
Views: 4730
Reputation: 65
You can create a dropdown using ngx-bootstrap and then add <input type="checkbox"
with labels for a description within in menu item li
.
Upvotes: 1
Reputation: 1008
It turns out neither of these frameworks support such component.
Upvotes: 0