This commit is contained in:
Cory LaViska
2024-05-15 13:13:52 -04:00
parent 596697c5c5
commit c4a084ee41

View File

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