Skip to content

Use react-select for page size dropdown#1530

Closed
Arnei wants to merge 10000 commits intoopencast:developfrom
Arnei:a11y-page-size-select
Closed

Use react-select for page size dropdown#1530
Arnei wants to merge 10000 commits intoopencast:developfrom
Arnei:a11y-page-size-select

Conversation

@Arnei
Copy link
Copy Markdown
Member

@Arnei Arnei commented Mar 18, 2026

Fixes #1215.

We are currently using our own custom styled dropdown thingy for the page size selector. This patch instead uses "Select" from react-select for the page size selector. The goal is to get the accessibility features of using a proper select component "for free", instead of having to painstakingly code our own. Apart from that, the page size selector should work as before.

How to test this

Can be tested as is. The page size selector is the element at the bottom right of the page.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:enhancement New feature or request type:usability Improves the UX

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pagination Items per Page cannot be operated via keyboard