react-input-slider
react-input-slider copied to clipboard
Pass position to onDragEnd rather than the default event
I don't see why the default event is interesting here. In my usecase I needed the current value to process it in onDragEnd()
Codecov Report
Merging #69 into master will not change coverage. The diff coverage is
0.00%.
@@ Coverage Diff @@
## master #69 +/- ##
=======================================
Coverage 32.45% 32.45%
=======================================
Files 3 3
Lines 114 114
Branches 34 34
=======================================
Hits 37 37
Misses 60 60
Partials 17 17
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/slider.js | 31.73% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3508bf6...ca3804a. Read the comment docs.