Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(select): fix memory leak in IgxSelectionAPIService #13926

Merged
merged 7 commits into from
Feb 21, 2024

Conversation

teodosiah
Copy link
Contributor

@teodosiah teodosiah commented Feb 19, 2024

Closes #13923

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@teodosiah teodosiah added version: 17.1.x 🛠️ status: in-development Issues and PRs with active development on them dropdown combo select Select component labels Feb 19, 2024
@teodosiah teodosiah requested a review from Lipata February 19, 2024 15:04
@teodosiah teodosiah added ❌ status: awaiting-test PRs awaiting manual verification and removed 🛠️ status: in-development Issues and PRs with active development on them labels Feb 19, 2024
* Removes selection for a component.
* @param componentID
*/
public delete(componentID: string) {
Copy link
Member

@Lipata Lipata Feb 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the selection service is provided on a component level instead of on the root this will not be necessary.

@Lipata Lipata self-assigned this Feb 21, 2024
@Lipata Lipata added 💥 status: in-test PRs currently being tested and removed ❌ status: awaiting-test PRs awaiting manual verification labels Feb 21, 2024
@Lipata
Copy link
Member

Lipata commented Feb 21, 2024

In addition to the sample that is provided in the bug, I've tested samples with a grid with paging (which contains select) and a grid with select as an editor provider.

@Lipata Lipata added ✅ status: verified Applies to PRs that have passed manual verification and removed 💥 status: in-test PRs currently being tested labels Feb 21, 2024
@Lipata Lipata merged commit 440da05 into master Feb 21, 2024
6 checks passed
@Lipata Lipata deleted the thristodorova/fix-13923-master branch February 21, 2024 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
combo dropdown select Select component version: 17.1.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

igx-select memory leak
4 participants