Add more events to element like click or change
Feature description
At the moment, the only way to navigate from one page to another is using the link element or an action related to a form or button. However, there are many use cases where the user experience benefits from making elements like images, columns, text and headings clickable.
Examples
- Having a company logo at the top of the page. This logo should be clickable to have a link to the home page.
- A column that groups multiple elements in a repeat element. If the column is clickable, the user can click anywhere in the element and navigate to the detail page
More generally we might want to react on more events like the onChange of a dropdown value to save a click when you change the value.
Edited by Jérémie Pardou