I am building a shiny application where a user is able to see ships of various types by selecting a vessel type from a selectInput()
. Based on the selection, vessels get filtered and are displayed on a leaflet map. However, the choices in the selectInput
are curretly appearing below the leaflet map as shown here:
Is there some way of ensuring that the choices are not hidden under the controls on the leaflet map. I don't want to move the location of the selectInput
as there are more filters expected to come next to it.