Ngx Mat Select Search Versions Save

Angular component providing an input field for searching / filtering MatSelect options of the Angular Material library.

4.2.0

1 year ago
  • Enhancement: Enable the use of a custom template for notFoundEntries #381

    Thanks to @ruekart

4.1.2

2 years ago
  • Bugfix: Restoring selected values in mode multi throws error #376

    Thanks to @qstiegler

  • Chore: Update npm packages

4.1.1

2 years ago
  • Enhancement: Rename MATSELECTSEARCH_GLOBAL_OPTIONS to MAT_SELECTSEARCH_DEFAULT_OPTIONS #369

    Thanks to @angelaki

4.1.0

2 years ago
  • Feature: Default @Input() values can be configured globally using MATSELECTSEARCH_GLOBAL_OPTIONS #364

    Thanks to @angelaki

  • Feature: Close icon can be configured with closeIcon and closeSvgIcon #364

    Thanks to @angelaki

4.0.2

2 years ago
  • Enhancement: Add compatibility with @angular/core: ^14.0.0, @angular/material: ^14.0.0

4.0.1

2 years ago
  • Fix: Remove incompatible angular versions from Readme.md and package.json

4.0.0

2 years ago
  • Enhancement: Build and package using @angular/core@13 in Ivy format. #347

    Breaking Change: @angular/core: <= 11.0.0 is not supported anymore, please use version 3.3.3.

    Thanks to @nseni for reporting

3.3.3

2 years ago
  • Enhancement: Document compatibility with @angular/core: ^13.0.0, @angular/material: ^13.0.0 in README.md

    Thanks to @meta72

3.3.2

2 years ago
  • Enhancement: Add compatibility with @angular/core: ^13.0.0, @angular/material: ^13.0.0

3.3.0

3 years ago
  • Enhancement: Add option to restore selected items using infinity-scroll #320

    Thanks to @angelaki