| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
When using the arrow keys to control the slider, it was possible to go below the set minimum value on the slider. I added a minimum value for the slider value. Fixes #3187
|
PF3 preview: https://patternfly-react-pr-3660-pf3.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3660 +/- ##
==========================================
- Coverage 67.62% 67.61% -0.01%
==========================================
Files 907 907
Lines 25939 25941 +2
Branches 2269 2269
==========================================
- Hits 17542 17541 -1
- Misses 7357 7360 +3
Partials 1040 1040
Continue to review full report at Codecov.
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When using the arrow keys to control the slider, it was possible to go below the set minimum value
on the slider. (-1 for a minimum of 0, 0 for a minimum of 1, and so on.) I added a minimum value check for the slider value.
Fixes #3187.