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

eventReactive and reactive no longer reacting to button click #47

Closed
veronica-red opened this issue May 14, 2015 · 4 comments
Closed

eventReactive and reactive no longer reacting to button click #47

veronica-red opened this issue May 14, 2015 · 4 comments

Comments

@veronica-red
Copy link

veronica-red commented May 14, 2015

g=eventReactive(input$go, {return(g=A+B)}) is no longer reacting to clicking the go button, but worked fine without shinydashboard. I just wanted to port over my app because shinydashboard looks so cool!

Any suggestions would be great!

@veronica-red
Copy link
Author

Update:

eventReactive is acting like a normal reactive, ie not evaluating unless called. Is there something in shinydashboard causing this?

@veronica-red
Copy link
Author

Also reactivePoll is no longer functioning.

@veronica-red
Copy link
Author

Alright, it seems reactivePoll is running fine, it's the display of an html file that is not happening.

@veronica-red
Copy link
Author

UPDATE:

reactivePoll was running, the html page wasnt displaying, it seems tabItems doesnt like tabNames with spaces. Changed the names and Viola works perfectly.

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

1 participant