Skip to main content
NomNomzx
Level 2
December 2, 2019
Solved

CheckBox in table

  • December 2, 2019
  • 1 reply
  • 1037 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by NomNomzx

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.

1 reply

NomNomzx
NomNomzxAuthorAccepted solution
Level 2
December 2, 2019

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.