We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109bcae commit 6c98a12Copy full SHA for 6c98a12
src/InputRange/InputRange.js
@@ -60,7 +60,7 @@ function getKeyFromSlider(inputRange, slider) {
60
61
function getKeys(inputRange) {
62
if (inputRange.isMultiValue) {
63
- return ['max', 'min'];
+ return ['min', 'max'];
64
}
65
66
return ['max'];
0 commit comments