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

bootstrap
dhthwy
dhthwy commented Feb 15, 2020

The example located at https://getbootstrap.com/docs/4.4/examples/dashboard/ loses its navigation bar on small viewports. This causes the dashboard to lose major functionality on these devices. Given that bootstrap purports to be "Mobile First," having examples that are broken for mobile devices causes confusion and time waste to users attempting to learn the bootstrap framework and best practic

tabler
valendres
valendres commented May 31, 2018

Test Case

https://codepen.io/valendres/pen/NzqyqN

Summary

Using @extend inside a ::before or ::after pseudo selector can result in invalid css, causing styling to not be applied to target elements. This happens when attempting to apply styling to elements within a .btn

Expected result

To be able to apply css on specific elements within a .btn.

Additional Informa

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

bootstrap-vue
ddweber
ddweber commented Nov 27, 2019

I don´t know if it´s allready possibile but I would like to programmatically activate tabs via their id instead of the index.
The index may change sometimes, but via the id the order does not matter anymore.

I thought of the following but i don´t have access to the tabs array from the outside:
tabs.find(tab => tab.id == "myId").activate();

In the docs it´s stated: "You will need a refere

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

leightonsmith
leightonsmith commented Oct 22, 2019

Expected behavior

responsive styles for headings (e.g. h3-responsive) are available

Actual behavior

they're missing

Your working environment and MDB version information

using npm package version 4.8.11

Resources (screenshots, code snippets etc.)

I'm not too familiar with sass, but it looks like the problem is the !default added to the end of this line https://github.

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.