bs3: "paper" theme's selectizeInput (single and multiple) missing underline
Open
@cpsievert is already working on this.
Since Jan 12, 2021.
Bootswatch
- Dominant language
- SCSS
- Stars
- 569
- Forks
- 72
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
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:

version-4

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.