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 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