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: add an explicit check to bound element #1839

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

zewa666
Copy link
Contributor

@zewa666 zewa666 commented Feb 7, 2025

checks that the bound element is not an input with a monkey patched forEach. See ghiscoding/Angular-Slickgrid#1446 (reply in thread)

closes #1835

Copy link

stackblitz bot commented Feb 7, 2025

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.0%. Comparing base (9a3389e) to head (31be37a).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##           master    #1839     +/-   ##
=========================================
+ Coverage   100.0%   100.0%   +0.1%     
=========================================
  Files         187      187             
  Lines       34479    34482      +3     
  Branches    10253    10254      +1     
=========================================
+ Hits        34453    34456      +3     
  Misses         26       26             

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghiscoding ghiscoding merged commit 7ccede6 into ghiscoding:master Feb 7, 2025
7 checks passed
@ghiscoding
Copy link
Owner

Great thanks :)

@zewa666
Copy link
Contributor Author

zewa666 commented Feb 7, 2025

no probs. will check up on the upstream to see why they're actually using that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using Dropzone with Slickgrid breaks the pagination pageSize select
2 participants