carbon-components-svelte/docs
metonym 2148e1c7b6
feat(multi-select): add itemToProp to customize name, title, labelText values passed to input (#1074)
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`.
2022-02-10 08:32:24 -08:00
..
public docs: remove vercel, add Deploy to Render button (#832) 2021-09-29 09:49:15 -07:00
src feat(multi-select): add itemToProp to customize name, title, labelText values passed to input (#1074) 2022-02-10 08:32:24 -08:00
.gitignore docs: add new component docs 2020-10-02 20:13:02 -07:00
index.html Improve documentation (#730) 2021-07-08 16:30:53 -07:00
package.json feat(css): upgrade carbon-components to v10.52.0 (#1078) 2022-02-10 06:47:36 -08:00
svelte.config.js chore(prettier): remove deprecated svelteBracketNewLine option [ci skip] 2022-01-01 11:05:19 -08:00
vite.config.js Switch from svite to vite + vite-plugin-svelte. (#962) 2021-12-31 10:11:48 -08:00
yarn.lock feat(css): upgrade carbon-components to v10.52.0 (#1078) 2022-02-10 06:47:36 -08:00