Replies: 1 comment 7 replies
-
You should go to Shiny documentation/repository. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
Thank you in advance for your help. I am trying to move from flexdashboard to Quarto but I am having a lot of problems finding a select input function that has the functionality and options I need.
I use pickerInput in flexdashboard, and it is perfect for my needs. Unfortunately, it does not appear to work in Quarto. It renders, and the selected are selected, but when I press the dropdown menu, it responds with a color change, but no viewport appears with the selection options.
I tried virtualSelectInput, and while it mostly works and has the functionality that I can live with, the viewport only renders with two lines of selection options visible. I can scroll and see all the options, but two lines in the viewport is not ideal.
selectizeInput works, but it is not a dropdown, and the viewport will get too large since some of my selections will have hundreds of options.
Is there anything else that will work in Quarto dashboard with shiny that works like pickerInput. Is there something that I am doing wrong? Any help would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions