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

bootstrap
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

DemersM
DemersM commented Apr 23, 2020

Expected behaviour

Month should be disabled automatically if all dates of the month are disabled, for instance when using the datesDisabled option or the setDatesDisabled() method

Actual behaviour

the month stay enabled if all dates are disabled

Datepicker version used

1.9.0

Example code

bootstrap-vue
MagnificientLlama
MagnificientLlama commented Apr 26, 2020

I might be missing these methods, or easy implementation but I just can't seem to find them in the documentation and examples.

Removing row by index. - You insert and update row by index, however removing row is suddenly by definite field and value or unique Id. I often missed ability to remove a row by its index instead of having to look for a value in that one specific row so that i can remov

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

patrick7
patrick7 commented Apr 6, 2020

To show all navigation items which belong to one category, I use the "show" class for the active menu.
Now, on mobile devices, the menu always opens. Is there a possibility to change the behaviour?

MaterialDesign
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.