diff --git a/docs/docs/components/color-picker.md b/docs/docs/components/color-picker.md index 689f28c6a..3b0f05184 100644 --- a/docs/docs/components/color-picker.md +++ b/docs/docs/components/color-picker.md @@ -77,7 +77,7 @@ The color picker can be rendered as disabled. ### Help Text -The color picker can be rendered as disabled. +Add descriptive help text to a color picker with the `help-text` attribute. For help texts that contain HTML, use the `help-text` slot instead. ```html {.example}