Skip to content

Commit

Permalink
primefaces#8322 Delete deprecated properties for Dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Nov 14, 2019
1 parent f4ce1e7 commit c1992a8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,16 +254,6 @@ export class Dropdown implements OnInit,AfterViewInit,AfterContentInit,AfterView

@ContentChildren(PrimeTemplate) templates: QueryList<any>;

private _autoWidth: boolean;

@Input() get autoWidth(): boolean {
return this._autoWidth;
}
set autoWidth(_autoWidth: boolean) {
this._autoWidth = _autoWidth;
console.log("Setting autoWidth has no effect as automatic width calculation is removed for better perfomance.");
}

private _disabled: boolean;

@Input() get disabled(): boolean {
Expand Down

0 comments on commit c1992a8

Please sign in to comment.