Skip to content

Commit

Permalink
placeholder fix for skeleton:true
Browse files Browse the repository at this point in the history
  • Loading branch information
abiramcodes committed Dec 7, 2023
1 parent 8e9760f commit 7b89f1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dropdown/dropdown.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ export class Dropdown implements OnInit, AfterContentInit, AfterViewInit, OnDest
if (this.view) {
this.view.type = this.type;
}
this.skeleton ? this.placeholder = "test" : this.placeholder = this.placeholder;
}

/**
Expand Down

0 comments on commit 7b89f1d

Please sign in to comment.