Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 20, 2023
2 parents 153489a + 9c1becf commit fa530a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ export class AutoComplete implements AfterViewChecked, AfterContentInit, OnDestr

let query = event.target.value;

if (!this.multiple) {
if (!this.multiple && !this.forceSelection) {
this.updateModel(query);
}

Expand Down

0 comments on commit fa530a1

Please sign in to comment.