Hi,
we have a view that contains a coded component that refers to text inputs components using 24 sign strings (one per text input component). Exampel: 637b48b20d4e7327f933cc6b
We have copied the view as we need a separate version to link to, but opening the copied view, i.e. opening the link to it, throws the following error message: “TypeError: Cannot read properties of null (reading ‘classList’)”
I narrowed it down to the coded component using the element IDs and using the developer tool in Chrome I verrified that in the copied version the text fields do not have an ID while in the original they do. I think its likely that this is the cause of the error message.
So how do I assign an Element ID to a text input component?