We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df8fa7d commit 0180454Copy full SHA for 0180454
core/src/components/input/input.tsx
@@ -592,7 +592,6 @@ export class Input implements ComponentInterface {
592
this.didInputClearOnEdit = false;
593
594
this.ionBlur.emit(ev);
595
-
596
};
597
598
private onFocus = (ev: FocusEvent) => {
core/src/components/textarea/textarea.tsx
@@ -577,7 +577,6 @@ export class Textarea implements ComponentInterface {
577
}
578
this.didTextareaClearOnEdit = false;
579
580
581
582
583
private onKeyDown = (ev: KeyboardEvent) => {
0 commit comments