Steve Shorterm
Posts: 0
Joined: Tue Dec 03, 2013 9:43 am

Slider error when used to display data value from collection

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Slider error when used to display data value from collection

Hello! Working on it. I'll update.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Slider error when used to display data value from collection

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

Steve Shorterm
Posts: 0
Joined: Tue Dec 03, 2013 9:43 am

Slider error when used to display data value from collection

That works perfectly. Thanks for your help.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Slider error when used to display data value from collection

Hello!

This bug is fixed.

Return to “Issues”