Frontmatter
| id | 8616 |
| title | Create Fragment Example App (Form Grouping) |
| state | Closed |
| labels | documentationenhancementai |
| assignees | tobiu |
| createdAt | Jan 13, 2026, 8:49 PM |
| updatedAt | Jan 14, 2026, 1:51 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8616 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8601 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 14, 2026, 1:51 AM |
Create Fragment Example App (Form Grouping)
tobiu added parent issue #8601 on Jan 13, 2026, 8:50 PM
tobiu assigned to @tobiu on Jan 13, 2026, 8:59 PM
tobiu cross-referenced by #8625 on Jan 14, 2026, 1:15 AM

tobiu
Jan 14, 2026, 1:51 AM
Input from Gemini 3 Pro:
✦ I have created the Fragment example app (
examples/container/fragment) to demonstrate:
- Grouping fields without a wrapper DOM node.
- Toggling Fragment visibility (which now works thanks to the fix in #8627).
- Moving fields in and out of the Fragment (demonstrating the atomic move capability).
I also implemented a mitigation in the example to disable buttons after use to prevent the "same-index insert" bug (though that engine bug is now also fixed in #8626).
Changes committed and pushed.
tobiu closed this issue on Jan 14, 2026, 1:51 AM
Create a working example demonstrating
Neo.container.Fragmentusage. Scenario:Fragmentto group related fields (e.g., "Address" fields) without introducing a wrapper<div>.