-
### Describe the bug
The change event has inconsistent behavior for different components. As you can see in the fiddle, radios and checkboxes trigger the change event before updating the model whil…
-
-
### Describe the bug
On Vue 3, using the `.number` modifier on a `` tag still returns a string, not a number. If you chance the `b-input` tag to a normal `input` tag, a number is returned.
### S…
-
# Building Data Analytics App with Vue
## Introduction
Recently I've been using Vue to build a data analytics web app. The app fetches data from a private API and render them in different forms, e…
-
### Describe the bug
No update event gets fired when v-model variable is cleared programmatically like in the following example:
```html
Clear
```
### Step…
-
When doing tab completion on the Component I get a lot of public functions back. For example I would see the function `add_attributes`. To me `add_attributes` is a helper function and a part of the *p…
-
### Describe the bug
Within a tabbed page with a large b-table on each tab (~1500 rows), switching back and forth between the tabs too quickly will cause JVM memory usage to continue climbing until…
-
### Describe the bug
Carousel indicators use an ordered list but `` element has its behavior changed with `role="button"`. Chrome Lighthouse reports this as an accessibility issue as `` should only…
-
### Offset Parameter in popover has no effect
The offset parameter as described in the popover directive seems to have no effect.
Neither a number, a string, a function or an array (as documented…
-
### Describe the bug
Reproduction here:
https://stackblitz.com/edit/vitejs-vite-p8sht6
#### 1. Reactivity in default slot doesn't work
in App.vue, `value` is ref object v-model binded to b-for…