We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cb3e9 commit 90b1e57Copy full SHA for 90b1e57
srcts/src/components/card.ts
@@ -173,6 +173,8 @@ class Card {
173
if (!this.card.classList.contains(Card.attr.CLASS_SHINY_INPUT)) return;
174
if (!Shiny) return;
175
if (!Shiny.setInputValue) {
176
+ // Shiny isn't ready yet, so we'll try to set the input value again later,
177
+ // (but it might not be ready then either, so we'll keep trying).
178
if (Shiny.shinyapp) {
179
Shiny.shinyapp.taskQueue.enqueue(() => this._setShinyInput());
180
} else {
0 commit comments