Skip to content

Commit

Permalink
Safari autofill (#8587)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina authored Jul 19, 2024
1 parent e6721af commit e2ae824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mask/input_element_adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export class InputElementAdapter {
clickHandler = (event: any) => {
if (this.inputElement.value == this.inputMaskInstance.getMaskedValue("")) {
this.inputElement.setSelectionRange(0, 0);
event.preventDefault();
}
};

Expand Down

0 comments on commit e2ae824

Please sign in to comment.