Introducing ngx-mat-selection-list-search: A Simple Search for Angular Material Selection Lists
While working on an Angular project, I needed a search feature for mat-selection-list (from Angular Material). Initially, I came across mat-select-search, a great package for adding search functionality to mat-select. However, when I tried to use it with mat-selection-list, it didn't work. I searched for existing libraries that provide this feature, but I couldn't find any. Instead of settling for a workaround, I decided to build a dedicated solution - and that's how ngx-mat-selection-list-search was born. ngx-mat-selection-list-search is a lightweight, plug-and-play Angular package that seamlessly integrates a search bar into Angular Material's mat-selection-list.

While working on an Angular project, I needed a search feature for mat-selection-list
(from Angular Material). Initially, I came across mat-select-search
, a great package for adding search functionality to mat-select
. However, when I tried to use it with mat-selection-list, it didn't work.
I searched for existing libraries that provide this feature, but I couldn't find any. Instead of settling for a workaround, I decided to build a dedicated solution - and that's how ngx-mat-selection-list-search
was born.
ngx-mat-selection-list-search
is a lightweight, plug-and-play Angular package that seamlessly integrates a search bar into Angular Material's mat-selection-list.