npm ngx-mat-select-search 1.4.1
v1.4.1

latest releases: 8.0.2, 8.0.1, 8.0.0...
6 years ago
  • Bugfix: Wrong panel positioning when select is at bottom edge of viewport
    due to overridden panel height (350px). The default panel height (256px) will be used
    #63

    Note: the panel height can be changed via css (not recommended, as it leads to issues):

    .mat-select-search-panel {
      ...
      max-height: 350px;
    }

    Thanks to @hadsy for reporting.

Don't miss a new ngx-mat-select-search release

NewReleases is sending notifications on new releases.