Skip to content

Commit

Permalink
Refactor #12031 - Update components
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Nov 8, 2022
1 parent f9f574f commit f1c8999
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/api/primengconfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class PrimeNGConfig {
overlayOptions: OverlayOptions = {
responsive: {
breakpoint: '640px',
direction: 'end'
direction: 'bottom'
}
};

Expand Down
1 change: 1 addition & 0 deletions src/app/components/cascadeselect/cascadeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ export class CascadeSelectSub implements OnInit {
#overlay
[(visible)]="overlayVisible"
[options]="overlayOptions"
[target]="'@parent'"
[appendTo]="appendTo"
[showTransitionOptions]="showTransitionOptions"
[hideTransitionOptions]="hideTransitionOptions"
Expand Down
1 change: 1 addition & 0 deletions src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ export class DropdownItem {
#overlay
[(visible)]="overlayVisible"
[options]="overlayOptions"
[target]="'@parent'"
[appendTo]="appendTo"
[autoZIndex]="autoZIndex"
[baseZIndex]="baseZIndex"
Expand Down
1 change: 1 addition & 0 deletions src/app/components/multiselect/multiselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ export class MultiSelectItem {
#overlay
[(visible)]="overlayVisible"
[options]="overlayOptions"
[target]="'@parent'"
[appendTo]="appendTo"
[autoZIndex]="autoZIndex"
[baseZIndex]="baseZIndex"
Expand Down
1 change: 1 addition & 0 deletions src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const TREESELECT_VALUE_ACCESSOR: any = {
#overlay
[(visible)]="overlayVisible"
[options]="overlayOptions"
[target]="'@parent'"
[appendTo]="appendTo"
[showTransitionOptions]="showTransitionOptions"
[hideTransitionOptions]="hideTransitionOptions"
Expand Down

0 comments on commit f1c8999

Please sign in to comment.