Update input.tsx

This commit is contained in:
Liam DeBeasi 2024-04-19 10:09:59 -04:00 committed by GitHub
parent a4afba37a7
commit 89003f5ddb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -551,7 +551,6 @@ export class Input implements ComponentInterface {
ev.preventDefault();
ev.stopPropagation();
// Attempt to focus input again after pressing clear button
console.log('hi there');
this.setFocus();
}
this.value = '';