Angular - Multi-select 下拉组件,在列表底部有按钮 Apply 和 Cancel

Angular - Multi-select dropdown component with buttons Apply and Cancel at the bottom of the list

我需要一个多 select 下拉菜单。 使用典型的 select all 选项,但 它也应该在列表末尾有两个按钮 :

类似于这张图片:

我找到了这两个组件:

https://nileshpatel17.github.io/ng-multiselect-dropdown/

https://github.com/CuppaLabs/angular2-multiselect-dropdown

但我需要一个组件,要么有这两个按钮,要么至少让我扩展它添加这些按钮。

您是否知道与图片中显示的组件类似的任何组件?

以防有人觉得有用。我最终使用了 ng-select。 以下是一些示例:

Without using reactive forms

Using reactive forms