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

Conditional group of inputs #33

Closed
FrancoisGuillem opened this issue Feb 16, 2017 · 1 comment
Closed

Conditional group of inputs #33

FrancoisGuillem opened this issue Feb 16, 2017 · 1 comment
Assignees

Comments

@FrancoisGuillem
Copy link
Contributor

User should be able to dynamically show/hide groups of inputs in the same way he can show or hide individual inputs:

manipulateWidget(
  myPlotFun(x, y),
  group = list(
    x = mwNumeric(0),
    y = mwNumeric(0)
  ),
  showGroup = mwCheckbox(),
  .display = list(group = showGroup)
)
@FrancoisGuillem
Copy link
Contributor Author

Broken with new API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant