-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix(datatable): set overflowMenuOnHover to false #15909
fix(datatable): set overflowMenuOnHover to false #15909
Conversation
DCO Assistant Lite bot All contributors have signed the DCO. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
I have read the DCO document and I hereby sign the DCO. |
recheck |
I have read the DCO document and I hereby sign the DCO. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this change should only be made in the example in storybook not in the actual component. (this would be a breaking change otherwise)
https://github.com/carbon-design-system/carbon/blob/main/packages/react/src/components/DataTable/stories/DataTable-toolbar.stories.js#L227
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
@alisonjoseph, Based on the discussion, it seems like this is intentional #15480 (comment) @tay1orjones is this still the desired outcome? |
Seems like this change is correct based on @tay1orjones last comment?
|
@alisonjoseph, my understanding was that this is to unite the website documentation and the default value of the prop with the storybook. On the website we state:
So it sounds like we should set |
@tw15egan I think we are saying the same thing, this PR does set |
@alisonjoseph It sounded like we wanted to set the default value of this prop to
The original PR commit is the change I was expecting |
ohhh @tw15egan I completely misunderstood the original issue then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! SO sorry for the confusion with this. Thanks for the contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 ✅
72b2d51
…m#15909) * fix(datatable): set overflowMenuOnHover to false * fix(datatable): set overflowMenuOnHover to false in story * fix(datatable): set overflowMenuOnHover to false
Closes #15480
DataTable overflowMenuOnHover set to false default
Changelog
Changed
Testing / Reviewing
{{ DataTable overflowMenu}}