From a3450a7d83caa14bdf45f6fad7b98c9cae9d6e5b Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 11 Aug 2023 11:01:37 -0400 Subject: [PATCH] move emphasis --- src/components/select/select.component.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/select/select.component.ts b/src/components/select/select.component.ts index bf4db7ce..94b50374 100644 --- a/src/components/select/select.component.ts +++ b/src/components/select/select.component.ts @@ -97,10 +97,8 @@ 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 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. + * value attribute will be a space-delimited list of values based on the options selected, and the value property will + * be an array. **For this reason, values must not contain spaces.** */ @property({ converter: {