Page 1 of 1

Slider error when used to display data value from collection

Posted: Tue Dec 03, 2013 9:43 am
by Steve Shorterm

When I try to use the slider to display a value from a collection vis a list service it shows two bars. One appears to show the default parameters and the other the data that the list service is returning. Is there any way to just display the response value? Image


Slider error when used to display data value from collection

Posted: Tue Dec 03, 2013 12:01 pm
by Maryna Brodina

Hello! Working on it. I'll update.


Slider error when used to display data value from collection

Posted: Tue Dec 03, 2013 1:07 pm
by Maryna Brodina

It's a bug, we'll fix it. As a workaround on service success run the following code: presetTimeout(function(){
$(".ui-slider").each(function () {
var $this = $(this);
var application = $this.find('[role="application"]');
if (application.length 1) {
$(application.get(1)).hide()
}
})
}, 10);/pre


Slider error when used to display data value from collection

Posted: Wed Dec 04, 2013 7:53 am
by Steve Shorterm

That works perfectly. Thanks for your help.


Slider error when used to display data value from collection

Posted: Mon Apr 14, 2014 1:11 pm
by Maryna Brodina

Hello!

This bug is fixed.