Skip to content

feat(fieldset): fieldset message must be ids-hint-message element - #372

Merged
laszloilonka merged 1 commit into
mainfrom
feature/IDS-2503
Sep 14, 2026
Merged

laszloilonka merged 1 commit into
mainfrom
feature/IDS-2503

Conversation

@laszloilonka

Copy link
Copy Markdown
Collaborator

IDS-2503

Breaking change: idsFieldsetMessage restricted to ids-hint-message

idsFieldsetMessage can no longer be applied to arbitrary elements. It must be used on an ids-hint-message component.
The IdsFieldsetMessageDirective selector changed from [idsFieldsetMessage] to ids-hint-message[idsFieldsetMessage]. Only ids-hint-message elements with the idsFieldsetMessage attribute are projected into the fieldset message area.

Migration

Before:

<div idsFieldsetMessage>Helper text</div>

After:

<ids-hint-message idsFieldsetMessage>
  Helper text
</ids-hint-message>

If you were already using ids-hint-message with idsFieldsetMessage, no changes are required.

Notes

  • Fieldset-level messages now use the same hint message styling and behavior as form-field messages.
  • Nested ids-hint-message elements inside ids-form-field are unaffected.

@laszloilonka
laszloilonka merged commit fffcb4d into main Sep 14, 2026
2 checks passed
@laszloilonka
laszloilonka deleted the feature/IDS-2503 branch September 14, 2026 07:31
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.

2 participants