Skip to content

virtualSelectInput dropdown does not correctly overlap sliderInput #753

@simon-smart88

Description

@simon-smart88

See this example and the screenshot of what is produced.

library(shiny)
library(shinyWidgets)

ui <- fluidPage(
    virtualSelectInput("picker", "Picker", choices = c("a", "b")),
    sliderInput("slide", "Slider", min = 0, max = 10, value = 5))

server <- function(input, output, session){
}

shinyApp(ui, server)
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions