You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ResizeSensor could get w wrapper taking an inputId via which the current size could be accessed in the Shiny server. The InputAdapter is not a good fit for that though, as it expects the component to also have a "value" which can be set from Shiny - this component would be "input only" however.
Perhaps we need to improve the InputAdapter in shiny.react?
The text was updated successfully, but these errors were encountered:
The
ResizeSensor
could get w wrapper taking aninputId
via which the current size could be accessed in the Shiny server. TheInputAdapter
is not a good fit for that though, as it expects the component to also have a "value" which can be set from Shiny - this component would be "input only" however.Perhaps we need to improve the
InputAdapter
in shiny.react?The text was updated successfully, but these errors were encountered: