Skip to content

Commit 8ffa564

Browse files
wnvkoCopilot
andauthored
Update projects/igniteui-angular/drop-down/src/drop-down/autocomplete/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f786513 commit 8ffa564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/igniteui-angular/drop-down/src/drop-down/autocomplete

projects/igniteui-angular/drop-down/src/drop-down/autocomplete/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export class AutocompleteSampleComponent {
9999
### Drop Down settings
100100
The igx-autocomplete drop down positioning and scrolling strategy can be configured using the `igxAutocompleteSettings` option. It allows values from type `AutocompleteOverlaySettings`.
101101

102-
> **Note:** The `outlet` property in overlay settings is deprecated and no longer has any effect. The overlay service now always renders content in place using the HTML Popover API.
102+
> **Note:** The `outlet` property in overlay settings is deprecated and will be removed in a future version. While it is still honored by the overlay service today, new code should avoid relying on it and prefer the default in-place rendering behavior (HTML Popover API).
103103
104104
The following example displays that the positioning of the drop down can be set to be always above the input, where the directive is applied. It also disables opening and closing animations. For that purpose the `ConnectedPositioningStrategy` is used:
105105

0 commit comments

Comments
 (0)