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

virtualSelectInput crashes with choices=list() #571

Closed
moturoa opened this issue Jan 26, 2023 · 1 comment
Closed

virtualSelectInput crashes with choices=list() #571

moturoa opened this issue Jan 26, 2023 · 1 comment

Comments

@moturoa
Copy link

moturoa commented Jan 26, 2023

choices=NULL is fine, but choices=list() gives Error:

virtualSelectInput("id","lab",choices=list())

both pickerInput and selectInput are OK with that.

@pvictor
Copy link
Member

pvictor commented Mar 16, 2023

Thanks for reporting this, that's fixed in dev version.

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

2 participants