bslib icon indicating copy to clipboard operation
bslib copied to clipboard

bs3: "paper" theme's selectizeInput (single and multiple) missing underline

Open MadhulikaTanuboddi opened this issue 4 years ago • 0 comments

Issue only on bootstrap version 3

sample code:

library(shiny)
library(bslib)
old_theme <- bs_global_set(bs_theme(version = 3, bootswatch = "paper"))
onStop(function() { bs_global_set(old_theme) })
shinyAppDir(system.file("themer-demo", package = "bslib"))

Check the selectizeInput widgets.

version-3: bs3_paper_themes_selectizeInput

version-4 bs4_paper_themes_selectizeInput

MadhulikaTanuboddi avatar Jan 12 '21 23:01 MadhulikaTanuboddi