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
* fix(slide-toggle and checkbox): visual hidden input should not bubble click
* Currently the (click) event gets called twice.
This is caused by the bubbling of the (click) event on the input.
Fixes#671.
* update(): move input click into component source
* Moved input click event into component source file.
* Added comment for the issue cause.
* fix(checkbox): do not trigger the click event twice
0 commit comments