carbon-components-vue icon indicating copy to clipboard operation
carbon-components-vue copied to clipboard

Vue implementation of the Carbon Design System

Results 201 carbon-components-vue issues
Sort by recently updated
recently updated
newest added

This is what you see in high contrast mode (Windows): ![image](https://user-images.githubusercontent.com/50624181/61288286-1722d500-a7c7-11e9-80b4-8266faccf631.png)

stale

## Detailed description The breadcrumb story (experimental carbon 10) looks different from the carbon design website, i.e. font color, hover font color, hover cursor. In addition under 'usage' section in...

On hold
V2 Carbon 10 Update
stale

## Summary the link on in readme in section Carbon Vue library is http and on IBM network does not open properly ## Relevant information it could be useful to...

stale

## Detailed description > The contribution guidelines https://github.com/carbon-design-system/carbon-components-vue/blob/master/.github/CONTRIBUTING.md need updating. They should probably be look more like https://github.com/IBM/carbon-components-angular/blob/master/README.md#contributing or https://github.com/ibm/carbon-components-react/blob/master/.github/CONTRIBUTING.md

stale

Contributes to # This PR fixes the accessibility violation Element "button" should not be focusable within the subtree of an element with an 'aria-hidden' attribute with value 'true' ## What...

Vue2

Contributes to # ## What did you do? Fix accessibility violation: nested-interactive caused by using a listbox role on a div with two buttons this fix inspired by the same...

Vue2

This code ```vue ``` generates the following HTML ```html someLabel ``` Thus, it is impossible to pass the name attribute to the cv-checkbox component, which is quite sad. Is this...

stale 🍞

## Detailed description > Is this a feature request (new component, new icon), a bug, or a general issue? Bug > Is this issue related to a specific component? \...

status: waiting for author's response 💬

## Detailed description > Describe in detail the issue you're having. The element with role "button" contains descendants with roles "button" which are ignored by browsers The element with role...

## Detailed description > Describe in detail the issue you're having. Accessible name does not match or contain the visible label text, should have titleText as in React that would...