Skip to content

Commit

Permalink
default issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Nov 12, 2023
1 parent 85f7dc3 commit 105efe1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inst/examples/dropdown/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ ui <- nextui_page(
inputId = "dropdown",
label = "Dropdown menu",
color = color,
selected = "new",
selected = "Item 2",
variant = "bordered",
disabledKeys = c(3, 4),
disabledKeys = c("Item 3", "Item 4"),
selectionMode = "multiple",
choices = items
)
Expand Down

0 comments on commit 105efe1

Please sign in to comment.