Esteban Gehring

Results 171 comments of Esteban Gehring

@jamiemac87 by not setting `[alwaysRestoreSelectedOptionsMulti]`, i.e. using the default `alwaysRestoreSelectedOptionsMulti = false`, you get the same behavior as in `3.2.2`, i.e. the version before `alwaysRestoreSelectedOptionsMulti` was added, see https://github.com/bithost-gmbh/ngx-mat-select-search/blob/master/CHANGELOG.md#330 However,...

Hi The reason why the option elements are filtered instead of just hiding them is that mat-select depends on the list of available options for calculations like focused item, scrolling...

Hi If you remove import { NgxMatSelectSearchModule } from 'ngx-mat-select-search'; Does the import { ToastrModule } from 'ngx-toastr'; Work? which version of ngx-mat-select-search are you using?

Do you have a minimal reproduction example?

Hmm might be related to the update of ng-packagr that we did for version 4.0.0: https://github.com/bithost-gmbh/ngx-mat-select-search/blob/master/CHANGELOG.md#400

Thanks for reporting. Do you think this could apply to your situation? https://github.com/bithost-gmbh/ngx-mat-select-search/issues/285#issuecomment-733528609 it would be great if you could setup a quick demo on stackblitz for further investigation

@jameskaye the infinitescroll example was commented out to be able to upgrade the angular version, but it should work. You can also help by creating an up-to-date example in this...

@andreElrico thanks for sharing the code. it would be great to include it in this repo, don't you think so? would you want to file a PR with an example?...