Skip to content

Commit

Permalink
Merge pull request #15491 from primefaces/issue-15490
Browse files Browse the repository at this point in the history
Fixed #15490 - InputSwitch | Accessibility issue changing the inputsw…
  • Loading branch information
cetincakiroglu authored May 8, 2024
2 parents 78b52cb + 04f64c1 commit 7cdc42e
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 7cdc42e

Please sign in to comment.