mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
remove submit button from example 3
This commit is contained in:
@@ -24,9 +24,7 @@ shinyUI(
|
||||
max = 10000,
|
||||
value = 500),
|
||||
|
||||
checkboxInput("animate", "Animate"),
|
||||
|
||||
submitButton()
|
||||
checkboxInput("animate", "Animate")
|
||||
),
|
||||
|
||||
mainPanel(
|
||||
|
||||
Reference in New Issue
Block a user