coreui-vue icon indicating copy to clipboard operation
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.

Results 27 coreui-vue issues
Sort by recently updated
recently updated
newest added

The CFormCheck component properties `invalid` and `valid` are not reactive. I have some code like the following ```html ... Is valid: {{isFieldInvalid('preferred_contact_methods')}} It is ok to contact the client ......

Typo fix (fullscrean -> fullscreen) in docs/components/modal

I'm Use Dependencies List - "@coreui/coreui-pro": "^3.4.2", - "@coreui/icons": "^2.1.0", - "@coreui/vue-chartjs": "^1.0.6", - "@coreui/vue-pro": "^3.2.11", - "version": "3.2.2", - "name": "@coreui/coreui-pro-vue-admin-template-starter",

Before opening: - [x] [Search for duplicate or closed issues](https://github.com/coreui/coreui-vue/issues?utf8=%E2%9C%93&q=is%3Aissue) - [x] [Validate](https://html5.validator.nu/) any HTML to avoid common problems - [x] Read the [contributing guidelines](https://github.com/coreui/coreui-vue/blob/main/.github/CONTRIBUTING.md) Bug reports must include: -...

- OS: Linux, Fedora 35 - Browser: Firefox 104.0.1 - Test case: - well, don't quite know how to fix this, description instead: https://github.com/coreui/coreui-vue/blob/main/packages/coreui-vue/src/components/form/CFormInput.ts defines: ``` /** * The default...

![Schermata 2022-08-10 alle 16 35 55](https://user-images.githubusercontent.com/16253548/185883324-c1e97323-e960-451c-ab39-b79b7b8258ab.png) When i use dropdown without toggle i can't see right border.

Windows 10 21H1 Chrome 104 After cloning incoming items with spread thee loosing all inherited types and methods ![image](https://user-images.githubusercontent.com/2357740/184796666-ac4f203e-e0a5-4462-8b02-a0d1bcd7bf87.png)

I'd like to clarify the status of vue-router and coreui. According to this thread it hasn't been implemented: https://github.com/coreui/coreui-vue/issues/177 But according to the documentation we can turn a link into...

This is either a bug or just a confusing set up, or maybe it is just me. Issue: the HTML attribute checked works only if `value` and `v-model` Vue properties...

If I try to set the class attribute for CFormTextarea as below, they are not passed on to in the final HTML. **Source:** ``` ``` **Rendered:** ``` ``` The same...