Skip to content

Commit

Permalink
Fix: Issue primefaces#14472: Dropdown - the wrong field has been mark…
Browse files Browse the repository at this point in the history
…ed as deprecated
  • Loading branch information
czogran committed Jan 4, 2024
1 parent 0c522bd commit 55c93a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,12 +474,12 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV
@Input() optionGroupChildren: string = 'items';
/**
* Whether to display the first item as the label if no placeholder is defined and value is null.
* @deprecated since v17.3.0, set initial value by model instead.
* @group Props
*/
@Input() autoDisplayFirst: boolean = true;
/**
* Whether to display options as grouped when nested options are provided.
* @deprecated since v17.3.0, set initial value by model instead.
* @group Props
*/
@Input() group: boolean | undefined;
Expand Down

0 comments on commit 55c93a6

Please sign in to comment.