Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.

Commit 0282cfa

Browse files
itofarinajulianmrodri
authored andcommitted
fix(slider): triggers slider changes on change commited
1 parent 4354575 commit 0282cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/molecules/RangeSliderWithInputs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const RangeSliderWithInputs: FC<RangeSliderWithInputsProps> = ({
9494
<Slider
9595
value={[startValue, endValue]}
9696
{...rest}
97-
onChange={handleSliderChange}
97+
onChangeCommitted={handleSliderChange}
9898
/>
9999
<div className={classes.inputsContainer}>
100100
<UnitsInput

0 commit comments

Comments
 (0)