Skip to content

PRXT - feat: improve filter target accessibility#1428

Closed
punk6529 wants to merge 1 commit intomainfrom
codex/refactor-commonfiltertargetselect-component
Closed

PRXT - feat: improve filter target accessibility#1428
punk6529 wants to merge 1 commit intomainfrom
codex/refactor-commonfiltertargetselect-component

Conversation

@punk6529
Copy link
Copy Markdown
Contributor

Summary

  • replace the button-wrapped radios with a semantic fieldset, legend and individual radio inputs to enable native keyboard support
  • ensure each radio shares a unique group name generated per render so only the intended option can be selected at once
  • update the CommonFilterTargetSelect tests to cover the new group label and keyboard navigation behaviour

Testing

  • npm run lint
  • npm run type-check (fails: repository contains pre-existing type errors in test fixtures)
  • npm run test (fails: many suites require BASE_ENDPOINT env var that is not configured in this environment)

https://chatgpt.com/codex/tasks/task_e_68c9430aa9a08321ab6907bf81932241

Signed-off-by: OpenAI <openai@openai.com>
@sonarqubecloud
Copy link
Copy Markdown

@prxt6529 prxt6529 changed the title feat: improve filter target accessibility PRXT - feat: improve filter target accessibility Sep 30, 2025
@prxt6529 prxt6529 closed this Sep 30, 2025
@prxt6529
Copy link
Copy Markdown
Collaborator

WIll be done in #1497

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants