Skip to content

Commit 1b73b1b

Browse files
committed
Merge branch 'mvenkov/do-not-move-overlay-element-from-its-position' of https://github.com/IgniteUI/igniteui-angular into mvenkov/do-not-move-overlay-element-from-its-position
2 parents a15a0f4 + 35d4852 commit 1b73b1b

File tree

1 file changed

+5
-2
lines changed
  • projects/igniteui-angular/core/src/services/overlay

1 file changed

+5
-2
lines changed

projects/igniteui-angular/core/src/services/overlay/utilities.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,11 @@ export interface OverlaySettings {
132132
closeOnEscape?: boolean;
133133
/* blazorSuppress */
134134
/**
135-
* @deprecated The `outlet` property is deprecated. Use `keepInPlace` property to keep the overlay in its original DOM position.
136-
* Set the outlet container to attach the overlay to */
135+
* @deprecated The `outlet` property is deprecated. There is no direct 1:1 replacement for attaching overlays to an arbitrary outlet
136+
* container. If you only used `outlet` to keep the overlay in its current DOM position (i.e. not moved to the overlay container),
137+
* use the `keepInPlace` property instead.
138+
* Set the outlet container to attach the overlay to.
139+
*/
137140
outlet?: IgxOverlayOutletDirective | ElementRef;
138141
/**
139142
* @hidden @internal

0 commit comments

Comments
 (0)