Skip to content

Commit c275b06

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/igniteui-angular/date-picker/src/date-range-picker

projects/igniteui-angular/date-picker/src/date-range-picker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ With projected inputs:
116116
| mode | PickerInteractionMode | Sets whether `IgxDateRangePickerComponent` is in dialog or dropdown mode. Default is `dialog` |
117117
| minValue | Date \| string | The minimum value in a valid range. |
118118
| maxValue | Date \| string | The maximum value in a valid range. |
119-
| outlet | IgxOverlayOutletDirective \| ElementRef<any> | **Deprecated.** No longer has any effect. The overlay service now always renders content in place using the HTML Popover API. This property will be removed in a future version.
119+
| outlet | IgxOverlayOutletDirective \| ElementRef<any> | **Deprecated and will be removed in a future version.** The overlay service currently still honors this setting, but it may stop working in a future release.
120120
| overlaySettings | OverlaySettings | Changes the default overlay settings used by the `IgxDateRangePickerComponent`. |
121121
| placeholder | string | Sets the `placeholder` for single-input `IgxDateRangePickerComponent`. |
122122
| weekStart | number | Sets the start day of the week. Can be assigned to a numeric value or to `WEEKDAYS` enum value. |

0 commit comments

Comments
 (0)