Questions tagged as 'bootstrap-4'

1
answer

Text is selected when opening notification

Follow the code below: $("#click_notifications").click(function () { if ($('li.nav-item.dropdown.dropdown-notifications').hasClass('open')) { $('li.nav-item.dropdown.dropdown-notifications').removeClas...
asked by 02.06.2018 / 00:22
1
answer

Bootstrap v4.1 - Notification displaying incorrectly

I use this plugin here: link Follow JSFiddle: link Follow the full CSS: link See the code: .notifications { list-style: none; padding: 0; } .notification { display: block; padding: 0.8em; border-width: 0 0...
asked by 31.05.2018 / 01:54
1
answer

nav-tabs nested

Friends I have a nav-bar which is called a nav-tabs1 and I would like it to have another nav-tabs2 just that when I enter all the options that are called after the nav-bar does not stay in the nav-tab1, it is open empty and goes to nav-tab2....
asked by 30.05.2018 / 18:03
1
answer

Container div height relative to page size?

How do I set the height of the bootstrap div divider relative to page size? <div class="container"> <div class="row"> <div class="col"> its works! </div> </div> </div>     
asked by 22.05.2018 / 23:59
1
answer

JQuery3.2.1 Function DatePicker exists?

I'm using bootstrap 4 and I want to use datepicker , how can I call the datepicker using bootstrap 4 , can not find the documentation talking about it?     
asked by 11.05.2018 / 01:15
0
answers

Bootstrap 4 - You must double click to open a dropdown

I'm implementing an application in asp.net using Bootstrap 4. The problem I came across is that when placing a dropdown inside a navbar, it takes two clicks to show it. I am using the example of the official bootstrap documentation....
asked by 25.04.2018 / 02:14
2
answers

How to implement Bootstrap 4 in the Angular CLI

I am not able to use Bootstrap with the Angular CLI. I'm using ng-bootstrap and I'm following all the recommendations of the site, but without success, does anyone know how to use it?    install via npm: npm install --save @ng-bootstra...
asked by 06.04.2018 / 22:35
0
answers

Problem with BootStrap-Select DropupAuto does not disable

Good morning, I'm using BootStrap-Select, but in one of my tabs the option "data-dropup-auto="false"" does not enable it at all, I've tried javascript too, unsuccessfully "$('.selectpicker').selectpicker({...
asked by 07.03.2018 / 13:07
0
answers

Uncaught ReferenceError: Popper is not defined

How to solve the Popper problem in bootstrap 4.0 Uncaught ReferenceError: Popper is not defined I installed Popper via npm and gave this error, but putting it via CDN, okay.     
asked by 27.02.2018 / 15:27
0
answers

Navbar Bootstrap collapse is not working in Vue

I started a new project with Vue and Bootstrap, but when using Bootstrap navbar in Vue navbar-collapse does not work, follow the code. App.vue <template> <div id="app"> <b-navbar toggleable="md" type="dark" variant="in...
asked by 26.02.2018 / 16:02