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. */