mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
Currently, the input `name` for each item uses the same value as `itemToString(item)`. This adds an `itemToInput` prop to allow the consumer to customize the name/title/labelText values passed to the `Checkbox` input. The name attribute now defaults to use the `item.id` instead of `item.text`. |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
index.html | ||
package.json | ||
svelte.config.js | ||
vite.config.js | ||
yarn.lock |