Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

using select2Input within renderUI #26

Open
nitingupta2 opened this issue Mar 29, 2017 · 0 comments
Open

using select2Input within renderUI #26

nitingupta2 opened this issue Mar 29, 2017 · 0 comments

Comments

@nitingupta2
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant