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

ui.update_radio_buttons doesn't allow for no selection unless choices field is provided #185

Open
nvd2291 opened this issue Jul 22, 2024 · 0 comments

Comments

@nvd2291
Copy link

nvd2291 commented Jul 22, 2024

I'm not sure if this is working as intended but I'm trying to update an input_radio_button group that is dependent on another radio button group. My intention is that whenever another button in a different radio group is selected the currently selected radio button is none. The only way to achieve this when calling ui.update_radio_buttons() is to provide the choices parameter and the selected = "". I would have thought to have no selection you could simply enter selected = "" but it does not update the selected field

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