From c4a084ee41d0dca6e6cf6125ccc2cba7d9acdaca Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 15 May 2024 13:13:52 -0400 Subject: [PATCH] docs fix --- src/components/button/button.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/button.ts b/src/components/button/button.ts index 6d2b9289b..56eb60dc8 100644 --- a/src/components/button/button.ts +++ b/src/components/button/button.ts @@ -76,7 +76,7 @@ export default class WaButton extends WebAwesomeElement implements WebAwesomeFor /** Draws the button with a caret. Used to indicate that the button triggers a dropdown menu or similar behavior. */ @property({ type: Boolean, reflect: true }) caret = false; - /** Disables the button. */ + /** Disables the button. Does not apply to link buttons. */ @property({ type: Boolean, reflect: true }) disabled = false; /** Draws the button in a loading state. */