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
I noticed the input[type="checkbox"] elements within checkbox inputs were also getting bound as reactive inputs. This is because shiny uses a rather generic selector to find its own checkbox inputs.
I noticed the
input[type="checkbox"]
elements within checkbox inputs were also getting bound as reactive inputs. This is because shiny uses a rather generic selector to find its own checkbox inputs.https://github.com/rstudio/shiny/blob/d9478142b116ea14b4f50701c8d28e9558d957ed/srcjs/input_binding_checkbox.js#L3-L5
There is probably a
data-id
workaround. The checkbox elements in question are intentionally given an id attribute for accessibility reasons.The text was updated successfully, but these errors were encountered: