Hi,
I have a problem with Syncfusion React Range Slider.
I have a simple code:
const SampleSlider: FunctionComponent<SampleSliderProps> = ({ myProps }: SampleSliderProps) => {
.....
return (
<>
<SliderComponent
type="Range"
min={1}
max={360}
value={[1, 360]}
tooltip={{ isVisible: true }}
/>
</>
);
};
export default SampleSlider;
When the page resizes, the range slider has a responsiveness problem. In addition, note that the max property is not set correctly, and the tooltip does not show the selected values unless I play with the min-max values of the slider.
I am attaching a video to clarify the situation.
Best regards.
Attachment:
rangesliderproblem_5ece0f0d.7z