Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primeng
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jan 4, 2024
2 parents da6dbb1 + b27e7b6 commit bfb14be
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 bfb14be

Please sign in to comment.