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

JedWatson / react-select
76%
master: 76%

Build:
Build:
LAST BUILD BRANCH: bugfix-menuShouldBlockScroll-prop
DEFAULT BRANCH: master
Repo Added 09 Aug 2015 01:25PM CUT
Files 39
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

LAST BUILD ON BRANCH patch-1
branch: patch-1
CHANGE BRANCH
x
Reset
  • patch-1
  • 1200
  • 1200-continued
  • 2234-refactor
  • Async-refactor
  • Kroger-Technology-master
  • a11y-fixes
  • add-aria-activedescendant-to-input-component
  • add-aria-describedby-back
  • add-coveralls-badge
  • add-react-19-as-peer-version
  • alex/tidy-examples
  • allow-event-bubbling-for-dropdown-click
  • allow_create
  • alwayslistenscroll
  • aria-describedby-option
  • aria-messages-v4-use-memo
  • arrow-key-focus
  • async-tests
  • autoFocusFirstOption
  • bugfix-menuShouldBlockScroll-prop
  • changeset-release/master
  • circleci-project-setup
  • clear-input-on-select-prop
  • clee/resolve-regressions
  • convert-to-typescript
  • cursor-feature
  • custom_select_renderer
  • dekelb-feature/rtl_support
  • development
  • expand-on-focus
  • export-filter-option-option
  • external-items
  • feat/reset-input-on-blur
  • feature
  • feature/#6000-clearLoadedOptions
  • feature/async-pagination
  • feature/ignorePunctuationProp
  • feature/netlify-preview
  • feature/new-build-process
  • feature/search-in-menu
  • fix-5346
  • fix-autocomplete-shenannigans
  • fix-build
  • fix-disabled-after-search
  • fix-dummyinput
  • fix-menu-portal-position
  • fix-module-augmentation-ts-error
  • fix-onMenuScrollToBottom-bug
  • fix/#2156
  • fix/Creatable-bug
  • fix/expose-select-to-async-creatable
  • fix/numeric-multi-select
  • fix/renderClear
  • fixing-v10-tests
  • glowka-dev
  • handleInputBlur
  • happiness
  • issue-1971
  • jb/tg-fork-2
  • load-options-prop
  • master
  • menu-portal-props-export
  • multi-value-key
  • node-v4
  • nvmrc
  • on-input-change-return
  • onSelectResetsInput
  • optional_arrow_rendering
  • position-fixed
  • pr-987-alt
  • pull/2748
  • pull/2749
  • pull/2750
  • react-select-1.3.fixes
  • react-virtualized-select-issue-33
  • remove-autoresizeinput
  • remove-build-menu-options-memoization
  • remove_shims
  • renamed
  • replace-find-dom-node-2
  • replace-findDOMNode
  • scroll-manager-hooks
  • searchingText-prop
  • select-custom-fixes
  • simplify-control-ui
  • skip-disabled
  • styled-options
  • temp
  • test-updates
  • testing-menu
  • theme
  • ts-docs-6
  • ts-docs-7
  • ts-docs-7b
  • update-aria-controls-combo-box
  • update-changesets
  • update-context-api
  • update-readme
  • update/autofocus-prop
  • update/changelog
  • update/contribdocs-and-coverage
  • update/replace-trim-fn
  • v0.6.10
  • v0.6.11
  • v0.6.12
  • v0.6.2
  • v0.6.3
  • v0.6.4
  • v0.6.5
  • v0.6.6
  • v0.6.7
  • v0.6.8
  • v0.6.9
  • v0.6.x
  • v0.7.0
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.9.0
  • v0.9.1
  • v1.0.0
  • v1.0.0-beta10
  • v1.0.0-beta12
  • v1.0.0-beta13
  • v1.0.0-beta14
  • v1.0.0-beta14-glowka
  • v1.0.0-beta14-glowka2
  • v1.0.0-beta7
  • v1.0.0-beta8
  • v1.0.0-beta9
  • v1.0.0-rc.1
  • v1.0.0-rc.10
  • v1.0.0-rc.3
  • v1.0.0-rc.4
  • v1.0.0-rc.5
  • v1.0.0-rc.6
  • v1.0.0-rc.7
  • v1.0.0-rc.8
  • v1.0.0-rc.9
  • v1.1.0
  • v1.2.0
  • v1.3.1
  • v2
  • v2-hide-menu-with-null-message
  • v2-hide-selected-default
  • v2-hideSelectedOption
  • v2-make-animated
  • v2-sandbox-ui
  • v2-update-issue-template
  • wagoid-master
  • webpack-ts

26 Oct 2024 11:27AM CUT coverage: 75.844%. Remained the same
9de42ca4-8c55-4031-8310-e7e0a2b0128b

Pull #5880

circleci

lukebennett88
add box-sizing to border-box for RequiredInput

adding `required` would otherwise cause an extra (unstylable) component to be added which has some implicit padding from the user agent style sheet (inputs have padding) which could cause horizontal scrolling when the whole scroll field is 100% wide.
Pull Request #5880: add box-sizing to border-box for RequiredInput

658 of 1052 branches covered (62.55%)

1033 of 1362 relevant lines covered (75.84%)

1934.69 hits per line

Relevant lines Covered
Build:
Build:
1362 RELEVANT LINES 1033 COVERED LINES
1934.69 HITS PER LINE
Source Files on patch-1
  • Tree
  • List 39
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Loading...
Coverage∆FileLinesRelevantCoveredMissedHits/LineBranch HitsBranch Misses
0.0
packages/react-select/src/NonceProvider.tsx20 3 0 3 0.0 0 0
11.11
packages/react-select/src/styles.ts160 9 1 8 5.0 0 3
20.31
...ackages/react-select/src/internal/useScrollLock.ts190 64 13 51 487.0 5 53
25.0
...ages/react-select/src/internal/useScrollCapture.ts134 60 15 45 728.0 1 41
34.38
packages/react-select/src/components/Menu.tsx705 128 44 84 328.0 16 90
60.71
packages/react-select/src/useCreatable.ts221 28 17 11 81.0 21 10
65.0
packages/react-select/src/utils.ts411 100 65 35 5526.0 32 22
77.78
...ckages/react-select/src/internal/ScrollManager.tsx60 9 7 2 878.0 1 4
80.77
packages/react-select/src/accessibility/index.ts189 26 21 5 295.0 34 11
87.62
packages/react-select/src/Select.tsx2249 630 552 78 2351.0 338 124
Showing 1 to 10 of 39 entries
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
  • ►
    75.84
    packages/

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9de42ca4... patch-1 add box-sizing to border-box for RequiredInput adding `required` would otherwise cause an extra (unstylable) component to be added which has some implicit padding from the user agent style sheet (inputs have padding) which could cause horizontal ... Pull #5880 26 Oct 2024 11:31AM CUT lukebennett88 circleci
75.84
06c2af4f... patch-1 Merge branch 'master' into patch-1 Pull #5966 26 Oct 2024 03:41AM CUT web-flow circleci
75.84
5b0b2df9... patch-1 Update README.md, fix a typo Pull #5966 21 Oct 2024 07:52PM CUT web-flow circleci
75.84
26b13707... patch-1 Merge branch 'master' into patch-1 Pull #5425 20 Mar 2024 01:51PM CUT web-flow circleci
75.84
28d12187... patch-1 add box-sizing to border-box for RequiredInput adding `required` would otherwise cause an extra (unstylable) component to be added which has some implicit padding from the user agent style sheet (inputs have padding) which could cause horizontal ... Pull #5880 18 Mar 2024 08:07PM CUT web-flow circleci
75.83
20c8d5f8... patch-1 Fix: Ensure menu is always in front of everything Pull #5830 19 Dec 2023 12:19AM CUT web-flow circleci
75.83
f18e2acc... patch-1 Merge branch 'master' into patch-1 Pull #5762 02 Oct 2023 02:06PM CUT web-flow circleci
75.49
198b452e... patch-1 Add changeset Pull #5762 29 Sep 2023 09:14PM CUT csandman circleci
75.49
2c551757... patch-1 Add declarations export to package.json Pull #5762 29 Sep 2023 08:40PM CUT web-flow circleci
75.49
2b15fa7a... patch-1 Merge branch 'master' into patch-1 Pull #5425 30 May 2023 12:39PM CUT web-flow circleci pending completion  
See All Builds (3976)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc