ng2-nouislider icon indicating copy to clipboard operation
ng2-nouislider copied to clipboard

Seamless recreation when changing the number of handles

Open Deilan opened this issue 7 years ago • 0 comments

Requesting a seamless recreation of a slider when changing the number of handles. Right now due to constraints the upstream noUiSlider component has to be recreated if handles count are changed during the lifecycle. In Angular it could be done seamlessly for a component's user with ComponentFactoryResolver (article in Angular docs).

Deilan avatar Jun 28 '17 15:06 Deilan