ng2-nouislider
ng2-nouislider copied to clipboard
Angular2 noUiSlider directive
TypeScript: ``` form = this._formBuilder.group({ range: [[0, 20]] }); ``` Using `[formControl]` works fine: ``` ``` But `formControlName` doesn't work: ``` ``` And causes the following exception: ``` ERROR Error:...
Hi how can I set up the high for double ended slider, when I put direction 'rtl' in the config object like below the two handle bar get slapped on...
After install and usage setup my terminal gives a warning: ✔ Compiled successfully. Error: node_modules/ng2-nouislider/ng2-nouislider.module.d.ts:1:22 - error NG6002: Appears in the NgModule.imports of AppModule, but could not be resolved to...
This issue is carried from the nouislider.js package. The behaviour I need from the slider is described here: https://github.com/leongersen/noUiSlider/issues/436#issuecomment-96971708 To be specific, I need the NoUiSlider able to get input...
I've been going through the demos and other issues here, but I'm not able to replicate the control in my project using Ang 5 correctly. While the control renders and...
Hi, I did same implementation as in the demo for the range slider. The problem is the change event is keep triggered continuously while dragging. How can I keep it...
Hi, I'm using ng2-nouislider version 1.7.4, and nouislider version 10.0.0. and I experience a strange bug when using the slider with 2 handles and databound values. The bug can be...
Requesting a seamless recreation of a slider when changing the number of handles. Right now due to constraints the [upstream noUiSlider](https://github.com/leongersen/noUiSlider) component [has to be recreated if handles count are...
Changes to config attribute are not reflected. It appears to be not implemented in ngOnChanges. ` `
How to get the other parameters in the event handler such as update, start and end? currently it only returns the values, I wanted to get the handle that was...