Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(autocomplete): clear input after selecting
Browse files Browse the repository at this point in the history
option
Angi-Kinas committed Nov 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7608ba8 commit 586825d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -239,7 +239,6 @@ export class AutocompleteComponent
this.lastInputValue$.pipe(first()).subscribe((lastInputValue) => {
this.inputRef.nativeElement.value = lastInputValue
})
return
}
if (this.clearOnSelection) {
this.inputRef.nativeElement.value = ''

0 comments on commit 586825d

Please sign in to comment.