@sledge-app/react-instant-search 2.0.48 → 2.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -883,6 +883,8 @@ const Slider = (props) => {
|
|
|
883
883
|
clearTimeout(delayInputRangeRef.current);
|
|
884
884
|
}
|
|
885
885
|
delayInputRangeRef.current = setTimeout(() => {
|
|
886
|
+
if (!(valueInput == null ? void 0 : valueInput.length))
|
|
887
|
+
return;
|
|
886
888
|
const lastValueMin = valueCommit == null ? void 0 : valueCommit[0];
|
|
887
889
|
const lastValueMax = (valueCommit == null ? void 0 : valueCommit[1]) || lastValueMin;
|
|
888
890
|
const valueInputRange = inputRangeFormatter(type2 === "min" ? lastValueMax : lastValueMin);
|