I need a multi-select dropdown.
With the typical select all option,but it should also have two buttons at the end of the list:
- Apply
- Cancel
Something like this image:
I found this two components :
https://nileshpatel17.github.io/ng-multiselect-dropdown/
https://github.com/CuppaLabs/angular2-multiselect-dropdown
But I need a component that either have these two buttons or at least let me extend it add these buttons.
Do you know of any component similar to the one shown in the image?

ng-multiselect-dropdownas its first child and the two buttons as the second child? - Vighnesh Raut