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
description: "Displays the action button in a disabled state.",
49
+
type: {name: "boolean"},
50
+
table: {
51
+
type: {summary: "boolean"},
52
+
category: "Action button settings",
53
+
},
54
+
},
46
55
fieldLabel: {
47
56
name: "Field label",
48
57
description: "Displays a label above the tag group, if left blank, the label will not be displayed.",
@@ -97,6 +106,7 @@ export default {
97
106
isInvalid: false,
98
107
numberOfTags: 3,
99
108
ariaLabel: "Tags",
109
+
hasDisabledActionButton: false,
100
110
},
101
111
parameters: {
102
112
actions: {
@@ -252,9 +262,11 @@ WithHelpText.args = {
252
262
253
263
/**
254
264
* Avoid disabling an entire tag group. In cases where users can't interact with an entire group of tags, consider either using non-removable tags or hiding the tag group altogether. Don't disable all individual tags; having a tag group that's disabled isn't accessible and it can be frustrating for users.
265
+
*
266
+
* Individual tags may be disabled, and the action button may also be disabled, as seen below.
0 commit comments