Forge UI component "DynamicTable" still uses "String" component

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Low
    • Component/s: Forge - App UI Web
    • None
    • Minor
    • S

      Issue Summary:

      The component <DynamicTable> still uses <String> internally. This is problematic, as this component has been deprecated and will be removed end of August 2025.

      Steps to Reproduce

      1. Create a new Forge app using <DynamicTable>
      2. Fill the rows with test data using either strings or numbers

      Expected Results

      The cells should only use <Text>:

      <Text>content</Text>

      Actual Results

      The cells should wrap the content still inside a <String> component:

      <Text><String>content</String></Text>

            Assignee:
            Unassigned
            Reporter:
            Jonathan Weiss
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: