You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the slider is provided with a maximum value greater than 100, it miscalculates the length of the range progress bar. It uses the value of the slider as a percentage. For example, <Slider max={200} value={90} /> displays a range progress bar that is 90% wide (value interpreted as a percentage) instead of 45% wide.
When the slider is provided with a maximum value greater than 100, it miscalculates the length of the range progress bar. It uses the value of the slider as a percentage. For example,
<Slider max={200} value={90} />
displays a range progress bar that is 90% wide (value interpreted as a percentage) instead of 45% wide.Example repo: https://github.com/ZackWard/vigilant-octo-adventure/blob/main/src/app/page.tsx
The text was updated successfully, but these errors were encountered: