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 19,564 public repositories matching this topic...

bootstrap
tabler
devserkan
devserkan commented May 26, 2017

Type of issue: (feature suggestion, bug?)

Typo

Chapter:

4 / Webpack / Last checkpoint

In the last checkpoint documentation says:

Kill the previous processes in your terminals with Ctrl+C, then run yarn prod:build, and then yarn prod:start. Open http://localhost:8000/ and you should still see "Hello Webpack!".

I'm not quite sure but if we run first yarn prod:build before

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

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

jorvis
jorvis commented Dec 12, 2018

I'm making a data-heavy display with compact form controls and bootstrap-select seems to fit all my needs except it doesn't seem to have support for sizing.

In bootstrap3 my elements were all input-xs. Now with bootstrap4 that's been removed, so they're form-control-sm.

Are there options to make bootstrap-select elements at least as small as form-control-sm? They look totally out of plac

MaterialDesign
peterblazejewicz
peterblazejewicz commented Jul 25, 2019

I believe that the image here:
https://github.com/ng-bootstrap/ng-bootstrap/blob/a6d73d6143e414bd82a3adcfca45cab601c93ba2/demo/src/style/demos.css#L5

should comes with color versions for interactive states, so docs can be inlined with Bootstrap default outline button color palette (which implies white text/current color).

That's minor issue though.

Thanks!

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.