shiny.fluent
shiny.fluent copied to clipboard
Move CommandBar binding to JavaScript
Motivation
Binding of CommandBarItems could be implemented on JS side, but currently shiny.react InputAdapter doesn't allow modifying props. Once appropriate change is done in shiny.react binding of CommandBarItems can be moved fully to JS.
Feature description
CommandBar modifies CommandBarItems on JS side to send value to Shiny after an item is clicked
Implementation ideas
No response
Impact
No response
Comments
No response