Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary2 component does not support summaryTitle property #2872

Open
tina-ahm opened this issue Jan 6, 2025 · 0 comments
Open

Summary2 component does not support summaryTitle property #2872

tina-ahm opened this issue Jan 6, 2025 · 0 comments
Labels
kind/bug Something isn't working status/triage

Comments

@tina-ahm
Copy link
Contributor

tina-ahm commented Jan 6, 2025

Description of the bug

summaryTitle does not override the title of the component when Summary2 is used to summarise said component. As the definition of summaryTitle states "Title used in the summary view (overrides the default title)", the expected behaviour is that the title should change if the summaryTitle is set.

Steps To Reproduce

  1. Add a component compatible with Summary2, such as Input or Dropdown to the form.
  2. Add a summaryTitle to the component e.g.:
 "textResourceBindings": {
    "title": "Component title",
    "summaryTitle": "Component summaryTitle"
 }
  1. Add a Summary2 component that refers to the component added in step 1.
  2. See that the title remains unchanged from the "title" property.

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working status/triage
Projects
Status: No status
Development

No branches or pull requests

1 participant