-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[material-ui][TablePagination] selectLabel
slot isnt applied
#43408
Comments
Thanks for reporting the issue. |
Hey @mogrady88, what are you trying to achieve specifically? Here's an example of how to use Which is documented here: https://mui.com/material-ui/api/table-pagination/#table-pagination-prop-slotProps |
selectLabel
slot isnt appliedselectLabel
slot isnt applied
Hey Diego. That slot you're using is |
This issue has been closed. If you have a similar problem but not exactly the same, please open a new issue. Note @mogrady88 How did we do? Your experience with our support team matters to us. If you have a moment, please share your thoughts in this short Support Satisfaction survey. |
Steps to reproduce
Link to live example: (required)
https://mui.com/material-ui/react-pagination/#table-pagination
Steps:
selectLabel: { 'aria-label': 'LABEL' },
This occurs for both the
slots
andslotProps
entries ofstepLabel
.Current behavior
stepLabel
is present in the source code but it doesn't go anywhere. Adding thatslot
/slotProp
doesnt affect the component.Expected behavior
stepLabel
is available inslots
/slotProps
and will affect the render ofTablePagination
Context
We're trying to use a
Typography
component where this label is so it matches UX designsYour environment
npx @mui/envinfo
Search keywords: TablePagination stepLabel
The text was updated successfully, but these errors were encountered: