[material-ui][TablePagination] selectLabel
slot isnt applied
#43408
Labels
component: TablePagination
The React component.
customization: slot
Component's slot customizability
enhancement
This is not a bug, nor a new feature
package: material-ui
Specific to @mui/material
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: