Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a small potential bug on headless switch component (#933)
The `click`-event is now correctly handled by stop propagating it and `preventDefault` as the headless component will do all the work. This could have led to bugs when using the component with explicit `DataBinging`, where the `handler`-lambda would be used to intercept the update call. Co-authored-by: christian.hausknecht <christian.hausknecht@oeffentliche.de>
- Loading branch information