Enrico Sacchetti

Results 103 comments of Enrico Sacchetti

I was able to reproduce the issue; would be a good fix for DataTable. Reproduction: https://svelte.dev/repl/4012e79a919f42d6b3fe5179ef774757?version=4.2.9 (cannot search for 'super').

`aria-describedby` fix now available in [v0.73.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.73.1).

This fix will be included once v11 styles are shipped. See #1888.

I'm accepting preliminary reviews until the tasks above are complete.

@metonym some good progress so far (see notes above). Here's a TypeScript follow up to https://github.com/carbon-design-system/carbon-components-svelte/pull/1628#issuecomment-1383310189 ```ts import type { HTMLLabelAttributes } from "svelte/elements"; export let labelAttributes: HTMLLabelAttributes = {};...

We made the first prerelease: [v1.0.0-next.0](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v1.0.0-next.0) Updated the ticket body above, as well as the related discussion. For those following, see the contribution guide: https://github.com/carbon-design-system/carbon-components-svelte/discussions/1872

Hello: - what version of `carbon-components-svelte` are you running? - can you share some of your page code? Even if you cannot reproduce the 502 error, some insight to how...

@gohde absolutely. Though the actual implementation is yet-decided, we'll try to find a way to make the modal's buttons submit as a form. The tricky thing with some modals is...

I'm sure it's achievable, I guess I was needlessly concerned with a potential refactor for Modal, but we'll cross that bridge in time. Aspirations include: - Tabs will support an...

Added proposal 2 above with a demo based on https://github.com/carbon-design-system/carbon-components-svelte/pull/1628#issuecomment-1383310189 Check out the demo; feedback is welcome.