design-system icon indicating copy to clipboard operation
design-system copied to clipboard

Strapi.io's design system :rocket:

Results 94 design-system issues
Sort by recently updated
recently updated
newest added

### What version of strapi-design-system are you using? - DS version: 1.12.0 ### What's Wrong? When you use the `as` prop on something like `NavLink` to change it to use...

issue: bug
source: design-system

### What does it do? - Fixes [issue](https://github.com/strapi/design-system/issues/1345) where the `IconButton` does not apply `disable` prop on the button ### Why is it needed? - Can cause unexpected behavior ###...

### What does it do? - Fixes [issue](https://github.com/strapi/strapi/issues/17871) where the Modal and Dialog appear behind the content-manager because they have a lower z-index value. ### Why is it needed? -...

pr: fix
source: design-system

### What does it do? - Fixes [issue](https://github.com/strapi/design-system/issues/1330) of the disabled Combobox display focused state. ### Why is it needed? - The focus state of a disabled `Select` and `Combobox`...

pr: fix
source: design-system

### What does it do? Add a `searchPlaceholder` prop to SubNavHeader component ### Why is it needed? resolves #1201 ### Related issue(s)/PR(s) #1201

pr: enhancement
source: design-system

### What does it do? I used the big.js library to overcome the floating-point error that occurs in the NumberInput component when using the increment and decrement functions. The new...

pr: fix
source: design-system

### What version of strapi-design-system are you using? - DS: 1.10.1 ### What's Wrong? The `disabled` property leads to inconsistent markup between `Button` and `IconButton`. For `button` the `disabled` HTML...

issue: bug

### What version of strapi-design-system are you using? - Design-System: 1.10.0 ### What's Wrong? The focus state of a disabled `Select` and `Combobox` is inconsistent. While `Select` does not display...

issue: bug
status: confirmed
source: design-system

### A clear and concise description of what the feature is Add a `isLoading` property to `Select` and `Combobox` components, to render a spinner. ### Why should this feature be...

issue: enhancement
source: design-system

### What version of strapi-design-system are you using? NPM 8.1.2 Node v16.13.2 Strapi v4.9.0 Browser Chrome 116.0.5845.141 ### What's Wrong? Dialog does not scroll when the content overflows. Instead it...

issue: bug