Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

Render Dynamic Dependant DropDowns with VUEJS 2.6.11 and BootstrapVue

I have an application written in VueJS 2.6.11 and BootStrap Vue 2.1.0 What I am trying to do is mimic the following functionality and can't seem to wrap my head around it. I know how to do it in ...
rip747's user avatar
  • 9,443
1 vote
1 answer
126 views

Vuejs 2 Multilevel Dropdown

update; <template> <div class="container"> <div class="dropdown"> <button class="btn btn-default" @click="toggleDropdown"&...
dkrks's user avatar
  • 21
0 votes
1 answer
16 views

Get the context (sorted value) of a b-table

I would like to get the information of the context of my b-table. The table is called like that from my component : <b-table ... :sticky-header="true" :responsive="true" ...
LoicJu's user avatar
  • 21
1 vote
2 answers
238 views

How to pin the top header row showing column names in this bootstrap-vue table?

I have a bootstrap-vue table that looks like this; Here is the code; <template> <div> <b-table hover :items="items"></b-table> </div> </template> ...
user3848207's user avatar
  • 5,047
0 votes
2 answers
153 views

VueJS Bootstrap <date-picker> is hidden in <b-table> row

I'm using VueJS (v2.6.10) and boostrap-vue (v2.0) and trying to allow users to enter a datetime for a record in a <b-table> using the using vue-bootstrap-datetimepicker (v5.0.1). The issue is ...
Ben ODay's user avatar
  • 21k
0 votes
1 answer
53 views

Vue Js data is not updated inside computed generated elements

I have used a bootstrap table in my projects. The fields are populated at computed such as <b-table :items="items" :fields="tableFields">...</b-table> computed: { ...
user1896653's user avatar
  • 3,347
2 votes
0 answers
530 views

Bootstrap-vue table with column span 2 by using items and fields

I am doing a project with using vuejs2 and bootstrap vue. I was asked to do the ui like this (just an idea of the ui): Explanation of the part I stuck, I want to achieve a ui that have a header with ...
mad-hin's user avatar
  • 141
0 votes
0 answers
44 views

Bootstap Vue.js: best practice for supplementing link text with the title attribute for <b-nav-item>

I'm using Bootstrap Vue.js to implement navigation and I'm wondering what is the best practice to set an anchor title for <b-nav-item>. I would like to do this in order to cover one of the WCAG ...
monny's user avatar
  • 127
0 votes
1 answer
129 views

Bootstrap vue form does not show up in browser

I have a bootstrap-vue code with a form. The form doesnt show up in the browser. My Code: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> ...
Tanzeem's user avatar
  • 119
0 votes
1 answer
79 views

Boostrap modal renders multiple times

In my Table component, I'm using Vue Bootstrap's b-table component to create a table, which retrieves its' data from an external JSON file through Vuex. Now I also have another component, Actions, ...
downmath's user avatar
  • 165
3 votes
1 answer
2k views

Prevent fields from being auto-filled by LastPass Extension

I have a form component used for searching, but LastPass keeps treating it as an email / username field and auto populating it. I've looked at past discussions on StackExchange, and the accepted ...
Salfej's user avatar
  • 61
1 vote
0 answers
163 views

Why does change not get emitted when triggering click on b-form-checkbox?

Using Jest I'm trying to test that a method gets called when a toggle button is clicked. But before getting around to checking that the method is called, I want to check if 'change' is emitted by the ...
Oscar Schafer's user avatar
0 votes
1 answer
37 views

I am trying to set up a enquiry form on my vue-bootstrap application but am getting this error when I try to run it

I am trying to set up my vue application so customers can send emails to a address. My application was working fine but when I installed the firebase, send grid and node mailer packages, this error ...
Jerry's user avatar
  • 11
0 votes
1 answer
66 views

Vue does not recognize bootstrap properties

I'm using bootstrap-vue: <b-container fluid="xl"> <h2>Example</h2> </b-container> When using a "fluid" prop, Vue.js gives me a warning in the ...
Victor Bier's user avatar
0 votes
1 answer
114 views

How to restart auto-dismissing <b-alert>?

I have created a vuejs2 component that I want to do the following: Receive an "event" using $on and display a <b-alert> for 6 seconds. When the same "event" message is ...
cwbusacker's user avatar

15 30 50 per page
1
2 3 4 5
27