You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,6 +75,9 @@ export class CcPopover extends LitElement {
74
75
/** @type {string|null} Sets the a11yName property of the underlying `cc-button` element. CAUTION: The accessible name should always start with the visible text if there is one. */
75
76
this.a11yName=null;
76
77
78
+
/** @type {boolean} Sets `disabled` attribute on the underlying `cc-button` element. */
79
+
this.disabled=false;
80
+
77
81
/** @type {boolean} Whether the button text should be hidden. */
78
82
this.hideText=false;
79
83
@@ -210,13 +214,14 @@ export class CcPopover extends LitElement {
0 commit comments