Skip to content

Commit

Permalink
Fixed #14297 | AutoComplete | Float label goes down after losing focu…
Browse files Browse the repository at this point in the history
…s w/ multiple
  • Loading branch information
mehmetcetin01140 committed Dec 12, 2023
1 parent cd401fa commit cdac7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ export const AUTOCOMPLETE_VALUE_ACCESSOR: any = {
[ngClass]="inputClass"
[ngStyle]="inputStyle"
[class]="inputStyleClass"
[attr.value]="inputValue()"
[attr.type]="type"
[attr.id]="inputId"
[autocomplete]="autocomplete"
Expand Down

0 comments on commit cdac7b5

Please sign in to comment.