From 04f64c147889ab1f19da316595e586504ae680e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20=C3=87etin?= <92744169+mehmetcetin01140@users.noreply.github.com> Date: Wed, 8 May 2024 09:44:18 +0300 Subject: [PATCH] Fixed #15490 - InputSwitch | Accessibility issue changing the inputswitch status with keyboard --- src/app/components/inputswitch/inputswitch.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/inputswitch/inputswitch.ts b/src/app/components/inputswitch/inputswitch.ts index f36fb5a93fb..56571a176aa 100755 --- a/src/app/components/inputswitch/inputswitch.ts +++ b/src/app/components/inputswitch/inputswitch.ts @@ -145,7 +145,6 @@ export class InputSwitch { checked: this.modelValue }); - event.preventDefault(); this.input.nativeElement.focus(); } }