Skip to content

Commit

Permalink
Merge pull request #14475 from czogran/14472
Browse files Browse the repository at this point in the history
Fix: Issue #14472: Dropdown - the wrong field has been marked as depr…
  • Loading branch information
cetincakiroglu authored Jan 4, 2024
2 parents d7f077c + ab46296 commit b27e7b6
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 b27e7b6

Please sign in to comment.