We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06ec93f + 85b8b92 commit a340a41Copy full SHA for a340a41
1 file changed
src/modules/records/components/Pagination/index.js
@@ -81,6 +81,8 @@ const Pagination = () => {
81
<input
82
className='pagination-input'
83
value={currentPage}
84
+ min='1'
85
+ max={totalPages}
86
type='number'
87
aria-label={`Page ${currentPage} of ${totalConverted} pages`}
88
onBlur={() => {
0 commit comments