Skip to content

Commit

Permalink
Fixed T shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalLauer committed Feb 21, 2024
1 parent 597589e commit 3bb5603
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/virtual-select-funcs.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ ui <- fluidPage(
label = "Color picker",
choices = c("red", "blue", "green", "#cbf752"),
width = "100%",
keepAlwaysOpen = T,
keepAlwaysOpen = TRUE,
labelRenderer = "colorText",
allowNewOption = T
allowNewOption = TRUE
)
)
)
Expand Down Expand Up @@ -74,9 +74,9 @@ ui <- fluidPage(
"I love writing!"
),
width = "100%",
keepAlwaysOpen = T,
search = T,
autoSelectFirstOption = F,
keepAlwaysOpen = TRUE,
search = TRUE,
autoSelectFirstOption = FALSE,
onServerSearch = "searchLabel"
)
)
Expand Down

0 comments on commit 3bb5603

Please sign in to comment.