Skip to content

#204 - removing id attribute to allow multiple time fields per form a…#345

Merged
temi merged 1 commit intorelease/8from
feature/issue204
Mar 20, 2026
Merged

#204 - removing id attribute to allow multiple time fields per form a…#345
temi merged 1 commit intorelease/8from
feature/issue204

Conversation

@temi
Copy link
Copy Markdown
Contributor

@temi temi commented Mar 19, 2026

…nd table rows

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 time widget HTML generated by EditModelWidgetRenderer to avoid emitting a fixed id attribute, which enables multiple time fields to coexist within the same form/table context without duplicate DOM IDs.

Changes:

  • Remove the hard-coded id="${context.source}TimeField" from rendered time inputs.
  • Add a data-source attribute to retain a source identifier without relying on unique IDs.

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

@temi temi merged commit 6410c32 into release/8 Mar 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants