Skip to content

Commit

Permalink
edit : set virtual select zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictor committed Jan 10, 2024
1 parent 9aa3114 commit faf15a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/edit-data-utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ edit_input_form <- function(default = list(),
width = "100%",
allowNewOption = TRUE,
autoSelectFirstOption = FALSE,
placeholder = i18n("Select")
placeholder = i18n("Select"),
zIndex = 999
)
)
do.call(virtualSelectInput, opts)
Expand Down

0 comments on commit faf15a8

Please sign in to comment.