Skip to content

Commit

Permalink
chore(demo): Dropdown reuse component remove useless input `tuiDocD…
Browse files Browse the repository at this point in the history
…ropdown`
  • Loading branch information
mdlufy committed Sep 27, 2024
1 parent 76feffa commit 5febed5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions projects/demo/src/components/dropdown/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export class TuiDocDropdown {
'fixed',
];

@Input()
public tuiDocDropdown: readonly string[] | '' = '';

@Input()
public hiddenOptions: Array<TuiLooseUnion<keyof TuiDropdownOptions>> = [];

Expand Down
2 changes: 1 addition & 1 deletion projects/demo/src/modules/directives/dropdown/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
[tuiDropdownAlign]="dropdown.align"
[tuiDropdownDirection]="dropdown.direction"
[tuiDropdownLimitWidth]="dropdown.limitWidth"
[tuiDropdownManual]="dropdown.open"
[tuiDropdownManual]="open"
[tuiDropdownMaxHeight]="dropdown.maxHeight"
[tuiDropdownMinHeight]="dropdown.minHeight"
[tuiDropdownOffset]="dropdown.offset"
Expand Down

0 comments on commit 5febed5

Please sign in to comment.