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

coreui / coreui-pro / 35436864482
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: v6-dev
DEFAULT BRANCH: main
Ran 19 Sep 2026 10:16AM UTC
Jobs 1
Files 76
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

19 Sep 2026 10:14AM UTC coverage: 94.35% (+0.004%) from 94.346%
35436864482

push

github

web-flow
feat(pickers): let pickerIcon switch the button off (#1370)

* feat(pickers): let pickerIcon switch the button off

The four pickers typed the option as a string, so `pickerIcon: false`
threw and the button could not be removed, while Autocomplete and Multi
Select have taken a boolean all along and the migration guide promises
that contract for `pickerIcon` everywhere. An empty string got through
the type check and rendered an empty focusable button.

The option now takes a string or a boolean in the pickers too: `true`
is the built-in icon and the new default, a string is your own SVG, and
anything falsy renders no button.

PickerBase carried the popup's `aria-expanded`, `aria-haspopup` and
`aria-controls` on that button and dereferenced it in seven places, so
the field is now optional there: the writers skip when it is absent and
the type says so, which is how the compiler found the other six.

Without a button the popup has no pointer opener and nothing reports
the expanded state, so `show()` is the only way in. The option tables
say that.

* test(pickers): assert the popup opens without a toggle

The new specs only re-checked that no button was rendered, so they
passed whether or not `show()` did anything. They assert the popup
state now, and a new case pairs an author-written toggle with
`pickerIcon: false` to pin that the adopted button survives and still
takes `aria-expanded`.

The option tables no longer name the keyboard openers; the keyboard
section on each page already owns that.

5784 of 6398 branches covered (90.4%)

Branch coverage included in aggregate %.

34 of 34 new or added lines in 5 files covered. (100.0%)

10983 of 11373 relevant lines covered (96.57%)

540.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35436864482.1 19 Sep 2026 10:16AM UTC 76
94.35
GitHub Action Run
Source Files on build 35436864482
  • Tree
  • List 76
  • Changed 5
  • Source Changed 5
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35436864482
  • 0e6551c6 on github
  • Prev Build on v6-dev (#35409775949)
  • Next Build on v6-dev (#35437251675)
  • Delete
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