Questions tagged [bootstrap-vue]

Provides implementation of Bootstrap v4.3 components and grid system for Vue.js 2.6+

Bootstrap-Vue

With BootstrapVue you can build responsive, mobile-first, and ARIA accessible projects on the web using Vue.js and the world's most popular front-end CSS library — Bootstrap v4

Resources

1650 questions
0
votes
1 answer

Prevent Vue Multiple Select to Store an Empty Array

I want this select multiple to pre-select one option, and not be able to deselect all options. Whenever the last selected option is deselected it should be reselected. In other words when the user tries to deselect the last selected option it should…
Robin Manoli
  • 2,162
  • 2
  • 25
  • 30
0
votes
1 answer

How to change the default message of the required field in the popover of form-control in bootstrap-vue?

I tried to disable or edit the invalid Pop over messages using a traditional Bootstrap method. But it doesn't work like that.
zemunkh
  • 662
  • 7
  • 13
0
votes
1 answer

Make nav-item active, Vuejs and Bootstrap-Vue

I am using bootstrap-vue, and I have a b-nav,and when I am on a specific route the nav-item is active, in my case I have some links with params, so there it is inactive.
Beusebiu
  • 1,433
  • 4
  • 23
  • 68
0
votes
2 answers

Vue Bootstrap fluid container wrong breakpoints

I need a container, such that it would take 100% aavilable width until breakpoint (max-width). After reading official docs, responsive fluid container seemed like a perfect choice. Responsive containers are new in Bootstrap v4.4. They allow you to…
Mihail S
  • 1
  • 2
0
votes
0 answers

How i can change the padding inside the bootstrap-vue datepicker?

i have huge problem's with the bootstrap-vue component b-form-datepicker. The padding of the date-button's is to big. This caused a linebreak at Sunday, as you in the picture below. Has anyone an idea to fix this problem? Broken Datepicker The…
0
votes
1 answer

how do I remove the outline of ?

Im using this *{ outline: none; box-shadow: none; } enter image description here
0
votes
1 answer

Trigger an event when clicking a disabled button

Is there a way to trigger this particular function when clicking a disabled button? Then trigger another function when the button is enabled? I tried to do a hack like this but it did not work