We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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) )
The text was updated successfully, but these errors were encountered:
Conditional group of inputs (#33)
1273034
Broken with new API
Sorry, something went wrong.
New function mwGroup to create conditional group of inputs (#33)
a51aa5a
FrancoisGuillem
No branches or pull requests
User should be able to dynamically show/hide groups of inputs in the same way he can show or hide individual inputs:
The text was updated successfully, but these errors were encountered: