• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IgniteUI / igniteui-webcomponents / 31142393729
98%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2026 02:52AM UTC
Jobs 1
Files 221
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

07 Aug 2026 02:48AM UTC coverage: 98.359% (+0.01%) from 98.348%
31142393729

push

github

web-flow
fix(combo): correct selection/filtering bugs and speed up large data sets (#2311)

Selection is now mutated only after the cancellable igcChange event is
accepted, so preventing it no longer wipes the current single selection.
disable-filtering is honored on the main input too, which is the only
filtering path single-select has.

Selection resolution goes through a lazily built value index instead of
scanning the data source per item, and the filter memoizes each record's
normalized text instead of re-normalizing every record on every keystroke:

  - setting 2000 values over 20k records: 208ms -> 4ms
  - 7 keystrokes over 20k accented records: 102ms -> 37ms

aria-posinset/aria-setsize now exclude group headers, and
aria-activedescendant is derived from the active index rather than assigned
mid-render, dropping an extra update cycle per keypress.

Internally: select/deselect collapse into a single path, ComboRecord loses
the redundant dataIndex, and the active-index write path is centralized.

6516 of 6851 branches covered (95.11%)

Branch coverage included in aggregate %.

408 of 413 new or added lines in 5 files covered. (98.79%)

16 existing lines in 2 files now uncovered.

46461 of 47010 relevant lines covered (98.83%)

1820.8 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
98.39
-0.2% src/components/combo/combo.ts

Coverage Regressions

Lines Coverage ∆ File
15
97.93
0.36% src/components/splitter/splitter.ts
1
98.39
-0.2% src/components/combo/combo.ts
Jobs
ID Job ID Ran Files Coverage
1 31142393729.1 07 Aug 2026 02:52AM UTC 221
98.36
GitHub Action Run
Source Files on build 31142393729
  • Tree
  • List 221
  • Changed 10
  • Source Changed 7
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #31142393729
  • 14d1f9ae on github
  • Prev Build on master (#30928652397)
  • Next Build on master (#31161261227)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc