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(); } }