fix(date-range-picker): clarify two-input structure and picker toggle usage#6438
Merged
fix(date-range-picker): clarify two-input structure and picker toggle usage#6438
Conversation
Sstoychev/cherry pick button
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Angular Date Range Picker documentation to better explain the correct two-input configuration (start/end editors), including how to wire up picker toggle/clear actions and how popup behavior differs across dropdown vs dialog modes.
Changes:
- Expanded the two-input example markup to include
igx-picker-toggle/igx-picker-clearand clarified where inputs should be projected. - Clarified calendar popup opening behavior for single-input vs two-input configurations across
dropdownanddialogmodes. - Fixed minor documentation issues (disabled dates snippet, heading capitalization, and a tag typo).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
kdinev
previously approved these changes
Apr 1, 2026
kdinev
approved these changes
Apr 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #IgniteUI/igniteui-cli#1585
Description
Improves the Angular Date Range Picker documentation by clarifying the correct two-input setup. The update makes it clearer that inputs should be placed directly inside
igx-date-range-startandigx-date-range-end, explains whenigx-picker-toggleshould be used, and clarifies how popup behavior differs between single-input, two-input dropdown, and dialog modes.It also makes the examples more consistent and fixes small issues in the docs, including the disabled dates snippet and a tag typo. These changes help make the guidance easier to follow for users and reduce the chance of generating incorrect two-input date range picker markup.
Checklist:
preview\beta../relative/path.mdIgxSelectComponent,<igx-combo>code blocksfor the names of classes / tags / propertiescode blockspending-localizationlabel when the review of the PR is done