Skip to content

Commit

Permalink
Update packages/components/src/components/select/select.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Sergio Fonseca <[email protected]>
  • Loading branch information
Vahid1919 and smfonseca authored Nov 7, 2024
1 parent 514d5aa commit 23edcd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/select/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import type SdOption from '../option/option';
* @slot help-text - Text that describes how to use the input. Alternatively, you can use the `help-text` attribute.
* @slot clear-icon - An icon to use in lieu of the default clear icon.
* @slot expand-icon - The icon to show when the control is expanded and collapsed. Rotates on open and close.
* @slot tooltip - The an optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.
* @slot tooltip - An optional tooltip that helps describe the input. Use this slot with the `sd-tooltip` component.
*
* @event sd-change - Emitted when the control's value changes.
Expand Down

0 comments on commit 23edcd7

Please sign in to comment.