-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
I'm trying to render a select2Input box from renderUI after downloading a bunch of symbols. But the select2Input box renders on the UI without the "Enter Symbols" label. The same code when used with selectInput box renders without any issue.
Here are my code snippets:
UI
wellPanel(
busyIndicator("Loading...please wait...", wait = 0),
uiOutput("sel2"),
actionButton("updateButton", "Update"),
uiOutput("dates")
)
Server
output$sel2 <- renderUI({
select2Input("sel2", "Enter Symbols", choices = dfSecurities$symbol)
})
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels