Skip to content

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Aug 20, 2025

This PR pairs with rstudio/shiny#4276 (and, less importantly, rstudio/shiny#4275) to do the following:

  1. Fixes Inconsistent behavior when specifying options in update_selectize() #2055

    • In short, update_selectize(options=...) now preserves it's default plugins (i.e., remove_button/clear_button) correctly (in both the server=True/False cases).
  2. Adds a remove_button parameter to update_selectize() so that the user can easily remove/add if that behavior should change from some reason.

  3. Adds support for a input_selectize(remove_button="both") value, which can be useful with multiple=True

TODO

@cpsievert cpsievert changed the base branch from main to chore/update-shiny-js August 21, 2025 15:53
Base automatically changed from chore/update-shiny-js to main August 21, 2025 17:01
@cpsievert cpsievert force-pushed the feat/selectize-options branch from 64694e8 to b2e5799 Compare August 22, 2025 21:37
@cpsievert cpsievert force-pushed the feat/selectize-options branch from b2e5799 to e350db0 Compare August 22, 2025 21:38
@cpsievert cpsievert force-pushed the feat/selectize-options branch from b86a561 to a720e43 Compare August 23, 2025 16:56
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

Successfully merging this pull request may close these issues.

Inconsistent behavior when specifying options in update_selectize()
2 participants