coreui-vue
coreui-vue copied to clipboard
Bootstrap 5 based Vue 3 components and directives. CoreUI for Vue.js replaces and extends the Bootstrap 5 javascript. Components have been built from scratch as true Vue 3 components.
Windows 10 21H1 Chrome 104 Problem: After updating items, table rendering items by LIFO principle. If on the start we have 2 rows, after adding another one - there is...
Bug reports must include: Operating system: Windows 10 Browser: Tested on Firefox (102.0), Chrome EditModal.vue ```js {{ $t('common.editRole') }} {{ $t('common.cancel') }} {{ $t('common.update') }} import TextInput from '@/Shared/fields/TextInput' import...
When setting up a form with the CFormSelect, on v4.3.1 as noted here: https://coreui.io/vue/docs/forms/select.html, if a value is 0 or empty it is ignored and the value becomes the label...
Without wrapping inside a `` the valiation feedback may be shown on other input-controls too, which is not intended. Thus we need to wrap all controls related to the input...
I am using Core UI Pro and have implemented the Sidebar in my app, but on mobile when I close the sidebar the backdrop remains. Same issue exists on the...
i tried this: but it doesen't work!
W/o providing the (native) mouse event no consumer can react accordingly. With this change the mouse event is emitted as first argument in the click event. https://github.com/coreui/coreui-vue/blob/a5c0ad536950d30cac0ef24fd4982b44a9a1df57/packages/coreui-vue/src/components/link/CLink.ts#L44-L46
Platform information: Operating system and version: macOS 11.5.2 Browser and version: Chrome 100.0.4896 I am using coreUI vue version 4.3.0 I was creating my custom sidebar where I use the...
When I try to use v-c-tooltip with a variable that changes a while, tooltip component taking variable's first (old) value. Not the updated value i.e. with settimeout or computed. Mac...
Carousel throws error when leaving page with active carousel due to element becomes undefined. Protect via try/catch (or check element for undefined)