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?
It turns out neither of these frameworks support such component.