-
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
chore(data-table): update overflow menu storybook #11247
chore(data-table): update overflow menu storybook #11247
Conversation
✅ Deploy Preview for carbon-components-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@jnm2377 & @tay1orjones I wanted your take on this if possible. So the issue as it stands is that the overflow menu wasn't hiding when So to my issue as you see in my change it wasn't working because the prefix was incorrect. In order for this prop to work the user needs to pass in |
@aledavila Based on #5822 and #5804, If On the bigger picture of how to integrate this more into our code, I wonder if the |
@aledavila @tay1orjones I'm wondering if there is a different selector that can be used to toggle on/off the overflow menu so that users don't have to forcibly add |
@jnm2377 yes the way the styles were written it expects it to have that. And I thought about removing it but then other styles use that class |
I don't mean necessarily removing it from the stylesheet, but adding a selector that will support the use case of a column w/o that class so that it'll still work if a user doesn't add that class. |
Would it work if the selectors using Something maybe like |
Bah, nope, that's a level 4 selector not available in browsers yet. Bummer. We might not be able to get out of having to apply the class to the table cell. |
@tay1orjones I've added the documentation. Let me know if that makes sense. |
### Related Ticket(s) Closes carbon-design-system#11142 ### Description Add slug to modal ### Changelog **New** - add slug slot - new modal with ai styles - slug story in Experimental -> Slug -> Examples -> Modal ** note there is no composed modal yet for CWC **Changed** - bump packages - checkbox markdown update <!-- React and Web Component deploy previews are enabled by default. --> <!-- To enable additional available deploy previews, apply the following --> <!-- labels for the corresponding package: --> <!-- *** "test: e2e": Codesandbox examples and e2e integration tests --> <!-- *** "package: services": Services --> <!-- *** "package: utilities": Utilities --> <!-- *** "RTL": React / Web Components (RTL) --> <!-- *** "feature flag": React / Web Components (experimental) -->
Closes #10747
Overflow menu wasn't hiding.
Changelog
Changed
Testing / Reviewing
Check data table overflow menu