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

Bad interaction with crosstalk #46

Closed
dmurdoch opened this issue Jan 17, 2018 · 1 comment
Closed

Bad interaction with crosstalk #46

dmurdoch opened this issue Jan 17, 2018 · 1 comment

Comments

@dmurdoch
Copy link
Contributor

dmurdoch commented Jan 17, 2018

I'm not sure if this is a crosstalk issue or a manipulateWidget issue, but if I write e.g.

library(crosstalk)
library(manipulateWidget)
sd <- SharedData$new(mtcars)
combineWidgets(filter_slider("mpg", "Miles per gallon", sd, "mpg"))

the slider doesn't appear to get initialized properly, I just get a simple label and input box. (The real case has several widgets as well as the filter_slider, of course.)

This is using crosstalk 1.0.1 and manipulateWidget 0.8.0, both current on Github.

I'll post a link to this issue on the crosstalk repos.

@bthieurmel
Copy link
Collaborator

Thanks. Merge your PR in next_release branch.

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

2 participants