ng-mat-select-infinite-scroll
ng-mat-select-infinite-scroll copied to clipboard
Infinite Scroll directive for angular material select component
Hello HaidarZ, I have used your plugin and it working fine but having one issues in scrolling time with keyboard down button, once we select any item from list and...
When you close the mat-select, the openedChange event no longer fires, therefore you no longer get the scroll functionality. So wherever you scrolled when you originally opened it and scrolled...
While upgrading to Angular v16 the following error was thrown:
closes #45 Since version 4 has some issues with angular 15 , precisely regarding MatSelect that is imported from angular material. I upgraded to angular 15 and updated the imported...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4. Commits 6585820 Release version 1.15.4 of the npm package. 7a6567e Disallow bracketed hostnames. 05629af Prefer native URL instead of deprecated url.parse. 1cba8e8 Prefer native...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools) from 4.0.1 to 4.3.2. Changelog Sourced from @adobe/css-tools's changelog. 4.3.2 / 2023-11-28 Fix redos vulnerability with specific crafted css string - CVE-2023-48631 Fix Problem parsing with :is() and...
Hi there, When i put the module into my project i get the error below. When i downgrade to 3.0.0 the error disapears, but then the scrolling doesn't work. Is...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.18.13 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Hi, there! I'll try to explain better the issue. I have a formArray in Angular. In each iteration of this array I render an 'infinite-scroll component' with the same api...
Hi, currently this library blocks update to Angular 15 because it expects old version of MatSelectModule. I'd like to request support for: - MatLegacySelectModule - changes and effort required to...