Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Components / Features / Select #7

Closed
patrickjahr opened this issue Apr 10, 2024 · 1 comment · Fixed by #23
Closed

Components / Features / Select #7

patrickjahr opened this issue Apr 10, 2024 · 1 comment · Fixed by #23
Labels

Comments

@patrickjahr
Copy link
Collaborator

Custom Form Control Select with optional Option multiple

<sk-select formControlName="foo" skMultiple>
    <sk-select-option value="">Label....</sk-select-option>
    <sk-select-option value="">Label....</sk-select-option>
    <sk-select-option value="">Label....</sk-select-option>
    <sk-select-option value="">Label....</sk-select-option>
    <sk-select-option value="">Label....</sk-select-option>
</sk-select>
@patrickjahr patrickjahr self-assigned this Apr 10, 2024
@patrickjahr
Copy link
Collaborator Author

Accessibility Features:

  • FocusTrap
  • Keys
    -- Enter/Space: Select Item
    -- Enter/Space: Open/Close Select Component
    -- Esc: Close Select Component
    -- Arrow up/down: navigate inside Overlay

@patrickjahr patrickjahr linked a pull request Apr 17, 2024 that will close this issue
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 a pull request may close this issue.

2 participants