gitbrent / bootstrap4-toggle

Bootstrap 4 Switch Button / Toggle
https://gitbrent.github.io/bootstrap4-toggle/
MIT License
214 stars 67 forks source link

Stopping Event Propagation is not working #27

Closed jaccobezemer closed 4 years ago

jaccobezemer commented 4 years ago

I want to disable Event Propagation when setting the toggle state programmatically. Doing so will fire an unwanted event, even when using the example on this page: https://gitbrent.github.io/bootstrap4-toggle/

In fact the example "On by API (silent)" on this page also fires an event.

I'm a doing something wrong?

Kind regards, Jacco

jaccobezemer commented 4 years ago

Sorry! Used wrong CDN. It is working like it should.