Eric Liu

Results 252 comments of Eric Liu

#246 is possibly related. For authoring Markdown and highlighting code blocks, I'd recommend looking at [mdsvex](https://www.npmjs.com/package/mdsvex) or [svelte-markdown](https://www.npmjs.com/package/svelte-markdown).

Interesting idea. As a precedent, `HeaderAction` exposes a `transition` prop that allows the consumer to disable/customize the SidePanel switcher transition: https://github.com/IBM/carbon-components-svelte/blob/master/src/UIShell/GlobalHeader/HeaderAction.svelte#L30

One other consideration: Is it a sufficient workaround to wrap components in a `div` to add your own custom transition?

Thanks for providing a REPL. Does setting `showDropdownOnFocus` for your use case? In the example below, I adapted your REPL to have two instances, and also a button to programmatically...

Got it. I appreciate the feedback. 1. I'll take a look at #98 2. There's the `showAllResultsOnFocus` prop which does what you describe (see video below). However, it highlights the...

What set-up are you using? If SvelteKit, what version?

Glad you got it working. Marking this as a dupe of #27, #24. FWIW, I believe that @sveltejs/vite-plugin-svelte version >=1.3.0 will automatically optimize these dependencies, meaning it's no longer required.

I don't think fluid dropdowns are supported. Open an issue in the flagship Carbon repo.

@brunnerh Perfect, thanks for triaging