seiyria / bootstrap-slider

A slider control for Bootstrap 3 & 4.
http://seiyria.github.io/bootstrap-slider/
Other
3k stars 1.14k forks source link

fix: trigger change on either range value #897

Closed pimlie closed 5 years ago

pimlie commented 5 years ago

Pull Requests

Please accompany all pull requests with the following (where appropriate):

PR #879 / v10.3.4 introduced an issue for range sliders as a change event was only triggered when both lower and upper value changed. See https://github.com/pimlie/vue-bootstrap-slider/issues/11 for downstream issue. This PR fixes that.

u01jmg3 commented 5 years ago

Correction: it was PR #879 (8b5ad4d)

viceice commented 5 years ago

fixes #898 too 👍

jespirit commented 5 years ago

I'm on it. Let me just add a unit test. Was my fault.