Eric Liu

Results 252 comments of Eric Liu

Can you provide a repro using the [Svelte REPL](https://svelte.dev/repl/hello-world?version=3.48.0)?

@sarah-tammenga-ibis Thanks for providing a repro; I was able to repro the behavior. Even though `minDate` is typed as a string or `Date` object, it doesn't seem to recognize the...

A step multiplier is applied if the shift key. The default value is `4`, which is what is causing the decimal values. In your REPL, I've added a custom step...

Let's keep this open for now. I'll investigate to see if we can improve the API.

I'm unable to reproduce this on MacOS. When inspecting styles on carbondesignsystem.com and https://carbon-components-svelte.onrender.com/, the `body` selectors both have the following properties defined: ```css body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;...

This would be interesting to explore; `carbon-components` does in fact ships [styles that account for inline editing](https://github.com/carbon-design-system/carbon/blob/main/packages/components/src/components/data-table/_data-table-inline-edit.scss).

Related https://github.com/carbon-design-system/carbon/issues/2649

@sharpcodepro I completely agree. We're working on a Carbon Svelte tutorial (similar to the React/Vue/Angular ones on the Carbon site).