carbon-components-svelte
carbon-components-svelte copied to clipboard
Svelte implementation of the Carbon Design System
I spent a couple hours adopting the CDS React approach to the Popover element and it appears to break the previously working approach in CDS Svelte (i.e. without providing a...
Rarely, Svelte's a11y warnings are incorrect such as when it cannot detect valid children due to usage of ``. However, all warnings should be resolved properly. ## Outcomes - [...
# Request for TextArea component `minCount` prop Currently there is a `maxCount` prop on the TextArea component that limits the number of allowed characters to be below a certain number....
Hey, I have ran into an issue when using the PasswordInput component. When using it in a Modal, the component causes some weird overflow on x. It is not caused...
Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...
I'm building some forms where I sometimes need to place multiple input components in one row. I noticed that 1. Select has a different margin at the top when labelText...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
Based on discussion: https://github.com/carbon-design-system/carbon-components-svelte/discussions/1974 ## Problem When focusing on a Dropdown, typing a value should open the dropdown and focus on the first matching item. React demo: https://carbondesignsystem.com/components/dropdown/code/ Svelte demo:...
An `effect_update_depth_exceeded` error is printed to the console when a MultiSelect component is present on the page. I have tested it in `[email protected]`, but also checked some earlier versions. ##...