Skip to content

Commit

Permalink
Fixed #15490 - InputSwitch | Accessibility issue changing the inputsw…
Browse files Browse the repository at this point in the history
…itch status with keyboard
  • Loading branch information
mehmetcetin01140 committed May 8, 2024
1 parent a521b10 commit 04f64c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/inputswitch/inputswitch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ export class InputSwitch {
checked: this.modelValue
});

event.preventDefault();
this.input.nativeElement.focus();
}
}
Expand Down

0 comments on commit 04f64c1

Please sign in to comment.