mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Reflect min parameter changing
This commit is contained in:
@@ -30,7 +30,7 @@ shinyUI(pageWithSidebar(
|
||||
sidebarPanel(
|
||||
sliderInput("obs",
|
||||
"Number of observations:",
|
||||
min = 0,
|
||||
min = 1,
|
||||
max = 1000,
|
||||
value = 500)
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user