Expand 'User Input' On Review Activity for end user.
When an end user goes into a review activity they are able to see certain form data. One of the fields is 'User Input'. As default this is collapsed. Is it possible to have the default expand as standard?
Answers
Rather than trying to find the value that this is bound to and changing it, (harder than it sounds, but possible I'm sure), just simulate a click.
It may be necessary to wait for the page to fully load, in which case I would use a mutation observer (seen in many code examples on this forum for the same reason) to watch for the elements to exist first.