Skip to content

Commit faf15a8

Browse files
committed
edit : set virtual select zindex
1 parent 9aa3114 commit faf15a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/edit-data-utils.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ edit_input_form <- function(default = list(),
149149
width = "100%",
150150
allowNewOption = TRUE,
151151
autoSelectFirstOption = FALSE,
152-
placeholder = i18n("Select")
152+
placeholder = i18n("Select"),
153+
zIndex = 999
153154
)
154155
)
155156
do.call(virtualSelectInput, opts)

0 commit comments

Comments
 (0)