Skip to content

Commit

Permalink
fix(autocomplete): clear input after selecting
Browse files Browse the repository at this point in the history
option
  • Loading branch information
Angi-Kinas committed Nov 25, 2024
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
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 586825d

Please sign in to comment.