dcx-react-library icon indicating copy to clipboard operation
dcx-react-library copied to clipboard

React Library UI/UX agnostic

Results 62 dcx-react-library issues
Sort by recently updated
recently updated
newest added

**Describe the bug** The FromGroup items are wrapped with a div but there is no option/prop to set the class in this div. I propose a prop called "itemGroupClassName" **To...

enhancement

**Describe the bug** https://github.com/Capgemini/dcx-react-library/blob/main/src/button/Button.tsx#L120 As you can see above, if ariaLabel prop isn't passed in by the developer, the fallback for aria label is `${type}-button`. In many cases, this becomes...

a11y

We are using the FormGroup component to render a list of radio buttons in a "progressively enhanced" app where it can be used with or without Javascript. The onChange prop...

enhancement

In the [autocomplete component](https://main--6069a6f47f4b9f002171f8e1.chromatic.com/?path=/docs/dcxlibrary-form-autocomplete-documentation--page) we need to provide the ability to show all the values when the user clicks the input. We'll create an extra optional attribute called `showAllValues` by...

enhancement

**Is your feature request related to a problem? Please describe.** We are using the MultiUpload component and based on GDS guidelines, we expecting the HTML output to be in a...

bug

![Screenshot 2022-10-07 at 13 23 40](https://user-images.githubusercontent.com/3193095/194552485-9438d78f-ca9a-41c6-95ad-64476b8dd50b.png) ![Screenshot 2022-10-07 at 13 23 40](https://user-images.githubusercontent.com/3193095/194552485-9438d78f-ca9a-41c6-95ad-64476b8dd50b.png) - Radio doesn't make sense to exist on his own because you'll never have a radio with one...

new component

A sidenav that will allow to render a dynamic content. Functionalities: - [ ] toggle sidenav - [ ] openIcon - [ ] closeIcon - [ ] render elements Example...

new component

It could be good to add more functionalities to the select components **Describe the solution you'd like** - Image on the selected item - Image next to each possible option...

enhancement

1. We would like to create a basic accordion component like the following template: ```tsx {content} {content} {content} {content} {content} {content} ``` 2. the accordion should allow to disable a...

new component