Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ToolbarButton: Deprecate isDisabled prop and merge with disabled #63101

Merged
merged 4 commits into from
Jul 3, 2024
Prev Previous commit
Merge branch 'trunk' into fix/toolbar-button-disabled
  • Loading branch information
mirka committed Jul 3, 2024
commit 8472e7acd7b022b9b12ee83dc1a8939fd42e1da4
1 change: 1 addition & 0 deletions packages/components/src/toolbar/toolbar-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ function UnforwardedToolbarButton(
className
) }
isPressed={ isActive }
__experimentalIsFocusable
data-toolbar-item
{ ...extraProps }
{ ...restProps }
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.