Use `listGroup` element as a reactive input?
Hello,
Is it possible to capture which listGroupItem of a listGroup is currently selected, or else can I update another reactive output on the onClick event of a listGroupItem? I'm constructing a list like the one below and would like to trigger some content update on the server when the user clicks Quote 1 or Quote 2.

If this is not possible currently, is there another approach that might work?
Many thanks!
Exact. This is not yet in the JS code.
Thx. This is a limitation in the current shiny implementation, right? Not related to bs4Dash?
This is a {bs4Dash}/AdminLTE limitation. There is no JS API for such static components, like many other elements (timeline, ...). I guess this is the next step for the package.
hello, and the [userList] [productList] just the same? cant't reactive input, or sent an event to another elements?