Unexpected Bug: Disabled Slider Button and Filters

Hello @yisrael-wix ,

Thank you for your insight. I have both sliders connected to their respective “onChange” event (rookie mistake, thank you!), and then got rid of the initialisation of values (LastFilterEmpMin and LastFilterEmpMax) on line 366 and 367. I just let the LastFilterEmpMin and Max values be undefined like the others. I am doing this to match the way that all the other values are being initialized for the filter function.

However, I get the same behaviour from the sliders. They come to the same value and are disabled when the sliders are changed, and they take on the first repeater value when any dropdown or the text search are changed.

It seems to me that the problem is in the filtering itself, as the issue only arises when values are changed and the function is engaged.