Skip to content
#

Bootstrap

bootstrap logo

Bootstrap is a popular front-end framework that streamlines website design. It allows for the creation of easy and responsive web layouts.

Here are 20,177 public repositories matching this topic...

bootstrap
einfallstoll
einfallstoll commented Apr 19, 2020

At the moment the documentation for grouped button-styled radio buttons is located in the "Buttons" component. However, I think it should be placed (or at least referenced) in the "Button Groups" component or the "Forms" component page. What do you think?

ccornici
ccornici commented Feb 18, 2020

Describe the bug

The React Bootstrap Toast is rendered on the page as hidden, whereas the Actual Bootstrap Toast has display none. This is not only not conforming with the actual bootstrap implementation (of actually having display none when a toast is not displayed, by using the "hide" class on the toast root), but is also very annoying and breaking layouts.

To Reproduce

Steps to r

MinhajulMU
MinhajulMU commented Dec 11, 2019

Expected behaviour

Tell us what should happen.
how do I export the js and css variables if I use the npm install, it is not explained in the documentation

Actual behaviour

Tell us what happens instead.

Datepicker version used

ex. 1.6.1.

Example code

Jsfiddle example to reproduce the problem.

bootstrap-vue
sage
coreui-free-bootstrap-admin-template
reactstrap
twgraham
twgraham commented Feb 4, 2020
  • components: Input, CustomInput, CustomFileInput
  • reactstrap version #8.4.1
  • import method es
  • react version #16.12.0
  • bootstrap version #4.3.1

What is happening?

Input's that are invalid (i.e. have the invalid prop set to true), do not have the aria-invalid attribute applied.

What should be happening?

Invalid input's have aria-invalid attribute.

Ste

BenniG82
BenniG82 commented Dec 16, 2019

Bug description:

If you are using ngbTooltip on a element that opens a ngbModal, the tooltip disappears as soon as you click (and the modal opens) => good.
But as soon as you close the modal, the tooltip reappears and won't disappear until you enter/leave the tooltipped element or click anywhere.

Link to minimally-working StackBlitz that reproduces the issue:

https://stackb

stefanmeschke
stefanmeschke commented Nov 27, 2019

Bug description

For a custom tab heading with an input element. It is not possible to insert a space in this input.
It seems that the space is not possible because of this code block:

https://github.com/valor-software/ngx-bootstrap/blob/161f419c67daed188ad7a936aad4875f2cbc4dd5/src/tabs/tabset.component.ts#L101-L107

Plunker/StackBlitz that reproduces the issue

https://stackblitz.c

cweitat
cweitat commented Dec 19, 2019

To add how to trigger snackbar with JS.
Adapted from docs.min.js. Code as such

//close snackbar on click
        $(".snackbar-btn").on("click", function () {
            $(this).parent(".snackbar").removeClass("show")
        });

//show snackbar on click and auto hide at either after 6000ms or button is click again to show new snackbar
        $(".snackbar-toggler").on("click", 

Created by Mark Otto, Jacob Thornton

Released August 19, 2011

Organization
twbs
Website
getbootstrap.com
Wikipedia
Wikipedia
You can’t perform that action at this time.