carbon-components-vue
carbon-components-vue copied to clipboard
Vue implementation of the Carbon Design System
If the title property of a CvSideNavMenu entry exceeds the available space, truncation will happen. Since there is no way to define a (HTML) title, the entire label is never...
Contributes to #1607 ### What did you do? Updated to current File object coming from event to internalFile so that if a file has been modified the internalFiles are updated...
Component CvGrid is missing the index.js so the normal import of CvGrid, CvColumn and CvRow doesn't work installing the package ## Steps to reproduce the issue 1. Install @carbon/vue 2....
## Screen reader tools (JAWS, VoiceOver) doesn't read Combobox or multi select box options using Arrow keys ## Detailed description #### When using a screen reader tool, using the arrow...
## Detailed description ### **Describe in detail the issue you're having.** _there are some reports in the accessibility CarbonVue generated by the IBM accessibility checker that in the Carbon React...
## Detailed description Unable to run Jest any tests on default vue-cli project with carbon-vue and carbon icons. We were only able to run the jest tests when all the...
When using the Carbon Vue.js Accordion component in a modal in Chrome there are some problems if several accordion items are expanded and the content is very large. This is...
Improving [cv-file-uploader] to overwrite an existing file in the list Plans: - update the addFiles function to overwrite an existing file when it receives files from an event. For example,...
Contributes to #1573 ## What did you do? add vue extension to import statements where it was missing. ## Why did you do it? This **may** resolve 1573 ## How...
Contributes to #1615 ## What did you do? Prevent batch actions from showing for empty tables ## Why did you do it? Batch actions should not show for empty tables....