-
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
- Create a new Forge app using <DynamicTable>
- 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>