Skip to content

Commit

Permalink
fix: added click event to set focus on input (#2548)
Browse files Browse the repository at this point in the history
  • Loading branch information
rengare committed May 23, 2020
1 parent 280cefc commit 4a438a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/src/lib/switch/switch.component.html
@@ -1,4 +1,4 @@
<label class="fd-switch__label">
<label class="fd-switch__label" (click)="focus()">
<span
class="fd-switch"
[ngClass]="{
Expand Down

0 comments on commit 4a438a1

Please sign in to comment.