mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +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`. |
||
---|---|---|
.. | ||
MultiSelect.svelte.d.ts |