You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am updating the ticks using an observer and setting a property. When doing this, I'm getting the error below: bootstrap-slider.js:1016 Uncaught TypeError: Cannot read property 'style' of undefined
I believe this is being caused by the DOM not being updated properly to receive the styles that bootstrap slider wants to put on the ticks it "thinks" is there, but isn't.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I am updating the ticks using an observer and setting a property. When doing this, I'm getting the error below:
bootstrap-slider.js:1016 Uncaught TypeError: Cannot read property 'style' of undefined
I believe this is being caused by the DOM not being updated properly to receive the styles that bootstrap slider wants to put on the ticks it "thinks" is there, but isn't.
Any thoughts?
The text was updated successfully, but these errors were encountered: