Hi all,
I have numerous numericInput fields and I would like to change the layout so it is taking less space on my shinydashboard.
For each numericInput, I currently have the following layout:
My code is:
library(shiny)
library(shinydashboard)
library(shinyBS)
library(bsplus)
library(dplyr)
numericInput(inputId="...", label="Maturity (in years): ", value=1, min=0, max=15, step=0.5) %>%
shinyInput_label_embed(shiny_iconlink() %>% bs_attach_modal(id_modal = '...'))
How can I have my 'info-circle' icon just next to my label and the 'input' field on the right in the same line in the box? Any workaround?
Cheers,
Maxime
Hi,
Take a look at this post:
Hope this helps,
PJ
system
Closed
3
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.