rstudio / rstudio/bslib

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

Open
#223 0 comments 0 reactions 1 assignee View on GitHub

@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:
bs3_paper_themes_selectizeInput

version-4
bs4_paper_themes_selectizeInput

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.