| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
PatternFly-React preview: https://2025-pr-patternfly-react-patternfly.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #2025 +/- ##
==========================================
- Coverage 82.43% 82.41% -0.03%
==========================================
Files 627 627
Lines 6951 6953 +2
Branches 119 119
==========================================
Hits 5730 5730
- Misses 1162 1164 +2
Partials 59 59
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| if (this.props.openedOnEnter) { | ||
| if (this.props.component === 'ul') this.refsCollection[0].focus(); | ||
| const focusTarget = | ||
| this.refsCollection.filter( |
There was a problem hiding this comment.
In the future, you can use .find() instead of .filter()[0]
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What: fix for handling when options are disabled. Focus should be on the first non-disabled item.
Refer to issue: Fixes #2017