ember-cli-nouislider icon indicating copy to clipboard operation
ember-cli-nouislider copied to clipboard

No getValues method available

Open leadiato opened this issue 8 years ago • 1 comments
trafficstars

I couldn't find an easy way to get the current value(s) rather than using callback methods and locally save the last set value. It will be great to expose a property to just get the currently selected value(s).

leadiato avatar Dec 06 '16 19:12 leadiato

The Ember way I see of doing this is creating a service to back the slider component, which seems weird. I see no problems with using DDAU to manage this component and it's values.

scottkidder avatar Sep 26 '18 15:09 scottkidder