ngx-slider icon indicating copy to clipboard operation
ngx-slider copied to clipboard

Slider ticks are not in the correct position initially.

Open anjrew opened this issue 3 years ago • 1 comments

When the component first loads with options, the ticks do not evenly distribute along the slider.

Angular Version 10

image

Once one of the ticks is clicked the component renders properly.

image

anjrew avatar Jun 28 '21 12:06 anjrew

Duplicate of #229

Emitting a manual refresh event after loading should overcome this issue. See https://github.com/angular-slider/ngx-slider/blob/master/KNOWN_ISSUES.md#slider-is-not-refreshing-when-used-in-a-dynamic-component

AltarBeastiful avatar Oct 11 '21 07:10 AltarBeastiful