Skip to content

Add keyboard typeahead support to Select#105

Merged
czarandy merged 1 commit into
mainfrom
silver/issue-103-keyboard-doesnt-work-well-in
Jul 10, 2026
Merged

Add keyboard typeahead support to Select#105
czarandy merged 1 commit into
mainfrom
silver/issue-103-keyboard-doesnt-work-well-in

Conversation

@czarandy

Copy link
Copy Markdown
Owner

Summary

  • select options by typing while a focused Select is closed
  • support multi-character, case-insensitive prefix matching
  • skip disabled options and preserve searchable Select behavior
  • document the interaction in Storybook

Testing

  • pnpm exec vitest run src/components/Select/Select.test.tsx
  • pnpm typecheck
  • pnpm lint
  • pnpm format:check

The full test suite passed 2,282 tests; nine unrelated release-sync tests could not spawn nested Git processes under the workspace sandbox.

Closes #103

@vercel

vercel Bot commented Jul 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
silver-ui Ready Ready Preview, Comment Jul 10, 2026 9:46pm
silver-ui-site Ready Ready Preview, Comment Jul 10, 2026 9:46pm

@czarandy czarandy merged commit 0230028 into main Jul 10, 2026
4 checks passed
@czarandy czarandy deleted the silver/issue-103-keyboard-doesnt-work-well-in branch July 10, 2026 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

keyboard doesn't work well in Select

1 participant