Skip to content

Commit

Permalink
Fixed #14426
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Dec 25, 2023
1 parent 3c3fd75 commit fa93d81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ export class Dropdown implements OnInit, AfterViewInit, AfterContentInit, AfterV
@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 fa93d81

Please sign in to comment.