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

Add reset button #6

Open
grinnellm opened this issue Mar 5, 2019 · 0 comments
Open

Add reset button #6

grinnellm opened this issue Mar 5, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@grinnellm
Copy link
Owner

Add button to "reset" the inputs. This would be good in case a user puts in inputs that cause an error. I've started working on this as shown here, but it's not working. Need to add "shinyjs" to UsePackages, and then add actionButton("resetAll", "Reset all") near the submitButton in the user interface. Finally, add observeEvent( input$resetAll, reset("form") ) to the server. These are in the script, but are currently commented out.

@grinnellm grinnellm added the enhancement New feature or request label Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant