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

Update to the development version of selectize.js #3897

Merged
merged 7 commits into from
Sep 15, 2023

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Sep 14, 2023

Fixes #3896

This PR moves us from the v0.15.2 tag to the current HEAD of https://github.com/selectize/selectize.js. For reference, here are those changes:

selectize/selectize.js@v0.15.2...e3f2e0b

Turns out those changes include some pretty important fixes to focus handling that not only fixes #3896, but also removes the need for the changes added to our selectInput binding as a part of the original v0.15.2 update (#3875) to fix this selectize issue (selectize/selectize.js#2032), so this PR also gets rid of that change (https://github.com/rstudio/shiny/pull/3875/files#diff-38d2e2c823f44474b8eb28e08331b223077004554c47884d287f18224d4f8fdc)

Copy link
Member

@gadenbuie gadenbuie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

I'm assuming we'll hope for a selectize release before our next Shiny release? Or at least we should monitor selectize so we can update to an official release when it arrives.

@cpsievert
Copy link
Collaborator Author

Yea, hopefully. FWIW, I do subscribe to GH releases of various projects we care about (selectize, bootstrap, etc)

@cpsievert cpsievert merged commit a6fc6bf into main Sep 15, 2023
11 checks passed
@cpsievert cpsievert deleted the selectize-0.15.2-update-part-2 branch September 15, 2023 00:02
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.

selectize dropdown isn't dismiss-able after multiple updateSelectInput() calls
2 participants