Skip to content

using select2Input within renderUI #26

@nitingupta2

Description

@nitingupta2

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)
    })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions