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

Documentation clarification: can updateSelectizeInput be used with selectInput? #3728

Open
daattali opened this issue Nov 4, 2022 · 0 comments

Comments

@daattali
Copy link
Contributor

daattali commented Nov 4, 2022

I want to create a server-side select input. Only updateSelectizeInput() has that ability. I've always had to match the input to the update function - so naturally I wanted to use selectizeInput() in the UI. However, because of #3727, I tried using selectInput() in the UI.

The result seems to work. I don't know if there are any potentially hidden bugs by using selectInput() + updateSelectizeInput(). If not, it would be good to document that they can be mixed together so that people like me wouldn't be afraid to use it when necessary.

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