-
Bugfix: Error when quickly selecting an option #69
Thanks to @olaf89 for reporting
-
Bugfix: Filter selection jumps to next entry #73
Thanks to @Kimmova
-
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 #63Note: 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.
-
Enhancement: Tested and update peer dependency compatibility to allow
@angular/core
:^7.0.0
,@angular/cdk
:^7.0.0
,@angular/material
:^7.0.0
-
Enhancement: Allow disabling initial focusing of the input field with
@Input() disableInitialFocus
#47 -
Bugfix: Clearing the search input by clicking the clear icon did not work with
[clearSearchInput]="false"
#55Thanks to @ofriedrich for reporting
-
Bugfix: Error thrown when used together with
*ngIf
#53Thanks to @rhyre for reporting
-
Enhancement: allow customization of the clear icon #41
Thanks to @OvidijusStukas
-
Enhancement: Add note about possible workaround for search input being displayed outside of the visible viewport in some cases #1
Thanks to @maxencefrenette
- Enhancement: ensure forward compatibility independent of markup changes #38
- Enhancement: fix warnings in tests, improve example
- Bugfix: input shows rounded corners when used together with MatDatepicker #33
-
Bugfix: input shows drop shadow when used together with MatDatepicker #33
Thanks @irowbin for reporting
-
Bugfix: Width of the input field is wrong in IE11 when using large option texts with angular material 6+. #29
Thanks to @Sabartius
-
Enhancement: allow preventing clearing the search input when closing the select, needed for server-side filtering. #3
Thanks to @damianmigo
-
Enhancement: Use material theming and typography #21
Thanks to @Avejack
-
Enhancement: Adjust input field width to actual scroll bar width #21
Thanks to @Avejack
-
Enhancement: Add Angular 6 compatibility, update dependencies #23
Note: this reverts the RxJS operator path improvements (#17) in order to be compatible with both, Angular 5.x.x and 6.x.x
-
Enhancement: Really improve tree-shaking by importing RxJS operators from specific path #17
Thanks to @mtraynham
-
Enhancement: improve tree-shaking by importing RxJS operators from specific path #17
Thanks to @mtraynham
-
Enhancement: prevent scrollbar flashing when opening / closing #2
Thanks to @alexandrupaul7
- Enhancement: disable autocomplete for search input field #5
-
Bugfix: don't clear initial selection with
multi="true"
#6Thanks to @joqkey
-
Bugfix: show "no options found" message as soon as no options are found #4, #10
- Initial Release