We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b4cb5 commit f04f03bCopy full SHA for f04f03b
packages/react/src/components/Pagination/Pagination.js
@@ -311,7 +311,7 @@ export default class Pagination extends Component {
311
<div className={`${prefix}--pagination__right`}>
312
{pageInputDisabled ? null : (
313
<Select
314
- id={`${prefix}-pagination-select-${inputId + 2}`}
+ id={`${prefix}-pagination-select-${inputId}-right`}
315
className={`${prefix}--select__page-number`}
316
labelText={`Page number, of ${totalPages} pages`}
317
inline
0 commit comments