Hi am trying to add value to the id in Textfiled in table from model. but i am getting the following error. Fllowing ID contains internally JSON as "Test20" as value. But i am unable to assign to Text field.
<ColumnListItem>
<cells>
<c:TextField value="{path: 'projectModel>Jan'}" width="80%" id="{path: 'projectModel>ID'}" />
</cells>
</ColumnListItem>
</items>
Getting the following error:
Uncaught Error: "__xmlview0--{path: 'projectModel>ID'}" is not a valid ID.
Please let me know how to fix this issue.
Thanks