Releases: bithost-gmbh/ngx-mat-select-search
v1.8.0
v1.7.6
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
-
Enhancement: allow disabling scrolling active element into view when option list changes
with@Input() disableScrollToActiveOnOptionsChanged
#130Thanks to @drakeBear for reporting
-
Bugfix: input field not focused in IE #131
-
Bugfix: clear button not visible after reopening select panel in combination with
[clearSearchInput]="false"
#133Thanks to @cappster for reporting
v1.7.0
-
Enhancement: ensure the active option is not covered by the search input when navigating
with the arrow keys or when the option list changes when searching.
#119Thanks to @Mabiro
-
Enhancement: allow disabling propagation of home / end key via
@Input() preventHomeEndKeyPropagation
to enable moving the cursor inside the search field instead of navigating the options when pressing
Home / End #43Thanks to @geraldhe for reporting
-
Bugfix / Enhancement: Update the input width when the viewport is resized
#81Thanks to @mhosman for reporting
-
Enhancement: add opacity transition animation for search clear icon