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

Svelte implementation of the Carbon Design System

Results 216 carbon-components-svelte issues
Sort by recently updated
recently updated
newest added

Environment: * carbon-components-svelte 0.50.2 * Chrome browser Reproduction: * Add buttons `` in a row: [Add], [Delete], [Save]. They invoke corresponding functions. * Click [Add] a bunch of times. *...

If a Tooltip with an auto-focused element is positioned e.g. at the bottom edge of the document, clicking it can cause the button that opens the tooltip to move away...

### Description When opening a Modal in a UIShell with a Header, it is positioned as if no Header was present, only taking into account a `max-height: 90%` of its...

flagship

Currently it only closes if the context menu is in the sub-tree of the clicked element. I would expect it close when I click anywhere outside the menu. Most applications...

context-menu

Hello, I was playing with carbon components, found there's no centering options in this package. Like creating login page, there's a need for centering options in grid. From carbon design...

Hello, I didn't know what the topic of this issue should be but I hope I was able to come up with something valuable. The problem I have with the...

![image](https://user-images.githubusercontent.com/834235/121032919-04935980-c7ac-11eb-9176-78f1583febfa.png) Reason: Same `iconDescription` variable is used for both icons [Source](https://github.com/IBM/carbon-components-svelte/blob/master/src/Notification/ToastNotification.svelte): ```svelte {#if !hideCloseButton} {/if} ```

bug

Thanks for this great library. Is there plan to add in-line editing feature for the data table like this: https://github.com/carbon-design-system/carbon-addons-iot-react/issues/720 ?

datatable-enhancement

Some components require localization in international sites, but aside from those that are specific to the field (like labels and descriptions) there are many properties that will usually have the...

1. Without any selected row, navigating via keyboard using tab focuses the `ToolbarBatchActions` buttons which are not visible 2. With at least one row selected it focuses the `ToolbarContent` buttons...

flagship