carbon-design-system / carbon-components-svelte

Svelte implementation of the Carbon Design System
https://svelte.carbondesignsystem.com
Apache License 2.0
2.71k stars 261 forks source link

docs(form): fix typo in "Form" example #1841

Closed metonym closed 1 year ago

metonym commented 1 year ago

Closes #1813

value is not a valid prop on Select. This is a typo as it should be the selected prop. In this case, removing it still works because the value of the first SelectItem is used as the default selected value.