v3.0.0
-
Fix: prevent scrolling to first option if option does not change (e.g. with infinity scrolling) #200
Thanks to @raysuelzer
-
Enhancement: Add option to clear input when pressing escape with
[enableClearOnEscapePressed]="true"
#231Thanks to @nischi
-
Enhancement: Add compatibility with
@angular/core
:^10.0.0
,@angular/material
:^10.0.0
-
Chore: (Breaking Change) The possibility to place the
<ngx-mat-select-search>
element directly inside<mat-select>
without wrapping it in an<mat-option>
element was removed due to changes of the public API ofmat-select
. #208To fix this, simply place the
<ngx-mat-select-search>
inside a<mat-option>
element.
Thanks to @evoltafreak