Expand my Community achievements bar.

SOLVED

CheckBox in table

Avatar

Level 2

Hi all,

I have an assignment that requires me to use a checkbox in the table. But I notice that when I do that, I am unable to create a new row through the workflow. May I know is there a workaround over it?

In my console logs, I am getting this error

TypeError: Cannot read property 'id' of undefined at child.handleAccessibility.

Am I suppose to create an id first? If so how do I do that?

Thanks

Norman

1 Accepted Solution

Avatar

Correct answer by
Level 2

It appears to be that aem currently has a bug where the title of the checkbox cannot be hidden if not it will face the aforementioned error.

This is more of an issue of that the id cannot be recognised, instead of unable to create a new row through the workflow, that resulted in the latter issue.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2

It appears to be that aem currently has a bug where the title of the checkbox cannot be hidden if not it will face the aforementioned error.

This is more of an issue of that the id cannot be recognised, instead of unable to create a new row through the workflow, that resulted in the latter issue.