For our service, we sometimes want to take direct action from a summary list. In the screenshot below, 'Undo deferral' reverts a status on our service.
Because it's making a change it needs to POST to the server. This is not possible with the summary list macro, as it forces that each action item is wrapped in an anchor. Ideally this would be more flexible so it could have buttons or arbitrary html.
For us to think about:
- could this work like the button component where you can specify an element?
- would we need new button-link styles?
For our service, we sometimes want to take direct action from a summary list. In the screenshot below, 'Undo deferral' reverts a status on our service.
Because it's making a change it needs to POST to the server. This is not possible with the summary list macro, as it forces that each action item is wrapped in an anchor. Ideally this would be more flexible so it could have buttons or arbitrary html.
For us to think about: