diff --git a/src/components/select/select.component.ts b/src/components/select/select.component.ts index 8a74a1d4..bf4db7ce 100644 --- a/src/components/select/select.component.ts +++ b/src/components/select/select.component.ts @@ -97,7 +97,10 @@ export default class SlSelect extends ShoelaceElement implements ShoelaceFormCon /** * The current value of the select, submitted as a name/value pair with form data. When `multiple` is enabled, the - * value will be a space-delimited list of values based on the options selected. + * value attribute will be a space-delimited list of values based on the options selected, and the value property + * will be an array. + * + * **Note** For this reason, SlOption values must not contain spaces. */ @property({ converter: {