Enrico Sacchetti
Enrico Sacchetti
@brunnerh agreed; I reached a similar conclusion (not fully defined, though) in my `` proposal in #1622. Single-element components like `` can have the user wrap the `` themselves, or...
Hi @shayneoneill, unfortunately I cannot provide a clear timeline since this is a volunteer effort with sporadic availability. It's more like months than weeks.
It looks like this exact proposal is being tracked here: https://github.com/carbon-design-system/carbon/issues/9260 Let's watch how that turns out so that we can proceed with best practices based on user research.
Hi @keehun this appears to be a limitation with the Carbon v10 styles being applied. I've observed that `overflow-x` styles are accounted for in Carbon v11: https://react.carbondesignsystem.com/?path=/story/components-datatable-basic--default For now, a...
Although not explicitly mentioned in the [v1 Roadmap](https://github.com/carbon-design-system/carbon-components-svelte/discussions/1614), we intend to support inline theming in some way once Carbon v11 styles are adopted. At this time, `carbon-components-svelte` ships with Carbon...
@gregorw my current plan is to provide a default slot for `Theme` to allow inline theming. I'm still figuring out how to lazy-load component CSS variables so it's still a...
We won't merge this into `main` as-is, there's a feature branch for v11 styles and once every component has been updated to v11, then it will be part of the...
> My concern is that this will be a very long-lived branch, which is not good. I’d much rather try to merge smaller changes onto the main branch. Would it...
Once we see what's decided in the outcome of this upstream issue, we can implement it in `carbon-component-svelte` https://github.com/carbon-design-system/carbon/issues/10186
Hello, to check my understanding, are you looking to have Combobox query results from a remote server and display them after a debounce period?