Skip to content

Commit

Permalink
Fix Slider programmatic update (#980)
Browse files Browse the repository at this point in the history
Fix Slider external update
  • Loading branch information
bayasdev authored Sep 23, 2024
1 parent 580e8a3 commit 59de16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Slider/Slider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const Slider: FC<SliderProps & React.InputHTMLAttributes<HTMLInputElement>> = ({
max={max}
step={step}
disabled={disabled}
value={value}
{...props}
/>
<BackBar className={`${disabled ? "disabled" : ""}`} />
Expand Down

0 comments on commit 59de16c

Please sign in to comment.