Eric Liu

Results 252 comments of Eric Liu

@dummdidumm Thank you for the info! Good to know that there are potential use cases for the bundled code.

Related #314 - `on:change` should fire when the value is manually updated and input blurred - consider using `on:input` for individual character updates per your suggestion - should there be...

In https://github.com/carbon-design-system/carbon-components-svelte/pull/1179, the implementation changed so that `rows` is not modified. `cells` is no longer written to the `rows` prop. However, this is still an issue if using slotted cells,...

@brunnerh Can you provide a simple repo of your use case to illustrate the first problem?

This appears to be an upstream bug: https://github.com/carbon-design-system/carbon/issues/3912

It's fine to keep this open in case others search for a similar, open issues.

Interesting, but I'm unable to repro in a non-REPL setting. Exporting `value` in Input.svelte seems to fix it though: https://svelte.dev/repl/ff0ba6fcbc0347afb7695e8843d9831b?version=3.44.3

I would also be interested in an explanation. It seems that there is some reactivity issue where the `value="test"` prop passed down using `$$restProps` clashes with the `bind:value` in the...

Started testing locally – this looks very promising! This may also address this issue: https://github.com/carbon-design-system/carbon-components-svelte/issues/364

This is a design request best suited for https://github.com/carbon-design-system/carbon/issues