Skip to content

fix(skills): update Grids w/ Lite and Forms clarification/expand#141

Merged
damyanpetev merged 5 commits intomasterfrom
forms-skill-update
Apr 15, 2026
Merged

fix(skills): update Grids w/ Lite and Forms clarification/expand#141
damyanpetev merged 5 commits intomasterfrom
forms-skill-update

Conversation

@kdinev
Copy link
Copy Markdown
Member

@kdinev kdinev commented Apr 15, 2026

No description provided.

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

Updates the Ignite UI React “Refs & Forms” reference to better demonstrate uncontrolled form submission via native FormData, focusing on form-associated Ignite UI components.

Changes:

  • Rewrites the “Uncontrolled Components” section to emphasize using name attributes and FormData.
  • Updates the example to include IgrSelect/IgrSelectItem and logs submitted values.
  • Switches FormData construction to use e.currentTarget for better correctness in React form handlers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread skills/igniteui-react-components/reference/REFS-FORMS.md Outdated
## Uncontrolled Components

`igniteui-react` Inputs integrate with the native form handling through Element internals, allowing to take advantage of the native state management adn validation to create intuitive, straight-forward forms:
`igniteui-react` Form elements like Inputs, Select, Checkbox, etc., integrate with the native form handling through Element internals, allowing to take advantage of the native state management and validation to create intuitive, straight-forward forms. Use the `name` attribute to register the field value with `FormData`:
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

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

“Element internals” appears to refer to the ElementInternals Web API interface; consider using the correct interface name/casing to avoid confusion for readers trying to look it up.

Suggested change
`igniteui-react` Form elements like Inputs, Select, Checkbox, etc., integrate with the native form handling through Element internals, allowing to take advantage of the native state management and validation to create intuitive, straight-forward forms. Use the `name` attribute to register the field value with `FormData`:
`igniteui-react` Form elements like Inputs, Select, Checkbox, etc., integrate with the native form handling through `ElementInternals`, allowing to take advantage of the native state management and validation to create intuitive, straight-forward forms. Use the `name` attribute to register the field value with `FormData`:

Copilot uses AI. Check for mistakes.
Comment thread skills/igniteui-react-components/reference/REFS-FORMS.md Outdated
kdinev and others added 2 commits April 15, 2026 15:08
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

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread skills/igniteui-react-components/reference/CHARTS-GRIDS.md Outdated
Comment thread skills/igniteui-react-components/reference/CHARTS-GRIDS.md
Comment thread skills/igniteui-react-components/reference/CHARTS-GRIDS.md Outdated
Comment thread skills/igniteui-react-components/reference/CHARTS-GRIDS.md Outdated
Comment thread skills/igniteui-react-components/reference/CHARTS-GRIDS.md Outdated
Comment thread skills/igniteui-react-components/reference/REFS-FORMS.md Outdated
…rm event type

Co-authored-by: Damyan Petev <damyanpetev@users.noreply.github.com>
Comment thread skills/igniteui-react-components/reference/REFS-FORMS.md Outdated
@damyanpetev damyanpetev changed the title fix(skills): updating REFS-FORMS.md fix(skills): update Grids w/ Lite and Forms clarification/expand Apr 15, 2026
@damyanpetev damyanpetev merged commit a99ab48 into master Apr 15, 2026
3 checks passed
@damyanpetev damyanpetev deleted the forms-skill-update branch April 15, 2026 14:00
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.

3 participants