Skip to content

fix(skills): clarify date range picker imports and two-input usage - master#17142

Merged
kdinev merged 5 commits intomasterfrom
ganastasov/fix-skills-date-range-picker
Apr 1, 2026
Merged

fix(skills): clarify date range picker imports and two-input usage - master#17142
kdinev merged 5 commits intomasterfrom
ganastasov/fix-skills-date-range-picker

Conversation

@georgianastasov
Copy link
Copy Markdown
Contributor

Closes #IgniteUI/igniteui-cli#1585

Description:

Updates the Ignite UI Angular component skills to make Date Range Picker generation more reliable. The changes clarify that IgxDateRangePickerComponent is imported from igniteui-angular/date-picker, add clearer guidance for the two-input configuration, document the use of igx-picker-toggle for opening the calendar from an icon, and distinguish public package entry points from internal source folders.

Additional information (check all that apply):

  • Bug fix
  • New functionality
  • Documentation
  • Demos
  • CI/CD

Checklist:

  • All relevant tags have been applied to this PR
  • This PR includes unit tests covering all the new code (test guidelines)
  • This PR includes API docs for newly added methods/properties (api docs guidelines)
  • This PR includes feature/README.MD updates for the feature docs
  • This PR includes general feature table updates in the root README.MD
  • This PR includes CHANGELOG.MD updates for newly added functionality
  • This PR contains breaking changes
  • This PR includes ng update migrations for the breaking changes (migrations guidelines)
  • This PR includes behavioral changes and the feature specification has been updated with them

@georgianastasov georgianastasov added the ❌ status: awaiting-test PRs awaiting manual verification label Apr 1, 2026
Copilot AI review requested due to automatic review settings April 1, 2026 07:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Ignite UI for Angular “skills” reference docs to make Date Range Picker code generation and usage guidance more reliable, specifically clarifying correct public entry-point imports and the recommended two-input template structure.

Changes:

  • Consolidates Date Picker and Date Range Picker documentation to the correct shared public entry point (igniteui-angular/date-picker).
  • Expands Date Range Picker guidance for the two-input configuration, including recommended use of igx-picker-toggle / igx-picker-clear and clarifying non-actionable decorative prefix/suffix icons.
  • Adds a more explicit “do/don’t” structure for two-input mode templates.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
skills/igniteui-angular-components/references/setup.md Updates the entry-point table to reflect Date Range Picker being exported from igniteui-angular/date-picker.
skills/igniteui-angular-components/references/form-controls.md Adds/updates Date Range Picker import and template guidance (two-input mode, toggle/clear actions, icon usage).

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@kdinev kdinev added version: 21.2.x and removed ❌ status: awaiting-test PRs awaiting manual verification labels Apr 1, 2026
@kdinev
Copy link
Copy Markdown
Member

kdinev commented Apr 1, 2026

@georgianastasov Make a PR to 21.1.x as well.

@georgianastasov georgianastasov changed the title fix(skills): clarify date range picker imports and two-input usage fix(skills): clarify date range picker imports and two-input usage - master Apr 1, 2026
@kdinev kdinev merged commit 6058af3 into master Apr 1, 2026
6 checks passed
@kdinev kdinev deleted the ganastasov/fix-skills-date-range-picker branch April 1, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Date Range Picker generated with incorrect two-input template does not open calendar

3 participants