Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Nov 21, 2023
1 parent 1efe76a commit f42fa65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/components/autocomplete/autocomplete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1513,11 +1513,10 @@ export class AutoComplete implements AfterViewChecked, AfterContentInit, OnDestr
}

writeValue(value: any): void {

this.value = value;
this.filled = this.value && this.value.length ? true : false;
this.modelValue.set(value);
console.log('a', value, this.modelValue())
console.log('a', value, this.modelValue());
this.updateInputValue();
this.cd.markForCheck();
}
Expand Down

1 comment on commit f42fa65

@vercel
Copy link

@vercel vercel bot commented on f42fa65 Nov 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.