You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 addactionButton("resetAll", "Reset all")
near thesubmitButton
in the user interface. Finally, addobserveEvent( input$resetAll, reset("form") )
to the server. These are in the script, but are currently commented out.The text was updated successfully, but these errors were encountered: