Eric Liu

Results 69 issues of Eric Liu

Fixes https://github.com/carbon-design-system/carbon-components-svelte/issues/2415, supports https://github.com/carbon-design-system/carbon-components-svelte/issues/2105, related https://github.com/carbon-design-system/carbon-components-svelte/pull/2408, related #2416

Fixes #2415, supports [#2105](https://github.com/carbon-design-system/carbon-components-svelte/issues/2105), related #2408 - **Header**: rename `company` prop to `companyName` to avoid shadowing the slot name. `Name` is consistent with `platformName` - **HeaderAction**: rename `text` slot to...

Comboboxes are filterable. It's natural to use this component as a "typeahead" that supports searching from a potentially huge list of items. The issue is that rendering potentially thousands of...

Menu components like `OverflowMenu` and `Dropdown` should support a backward-compatible prop that allows auto-positioning. The feature would auto-detect the boundary of the viewport and apply the best-fitting positioning to avoid...

enhancement