Skip to content

feat(combobox): implement multiple #816

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

Merged
merged 7 commits into from
Jun 26, 2025

Conversation

var-poro
Copy link
Contributor

No description provided.

@var-poro var-poro requested a review from a team as a code owner June 20, 2025 15:34
@var-poro var-poro force-pushed the ods-react-combobox-multiple branch from 92b0f76 to f4d9891 Compare June 24, 2025 14:21
@var-poro var-poro force-pushed the ods-react-combobox-multiple branch from f4d9891 to 21ea968 Compare June 24, 2025 14:23
focusedIndex: number | null;
resetTagFocus: () => void;
setTagIndex: (index: number | null) => void;
};

type ComboboxContextType = ComboboxProp & {
filteredItems?: ComboboxItemOrGroup[];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

used?

@var-poro var-poro force-pushed the ods-react-combobox-multiple branch from 546e412 to a663bee Compare June 26, 2025 07:47
dpellier

This comment was marked as resolved.

Copy link
Contributor

@astagnol astagnol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When in readonly mode, keyboard navigation should be disabled

dpellier

This comment was marked as resolved.

Copy link
Contributor

@astagnol astagnol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With Voiceover, Combobox is recognized as a "list box pop-up, button", not a "list box pop-up, combo box" as it is in the original lib. It causes accessibility issues since when the user is typing, nothing is vocalized and the same goes for the list of options.

@dpellier dpellier merged commit a54aa72 into ods-react-combobox Jun 26, 2025
8 of 10 checks passed
@dpellier dpellier deleted the ods-react-combobox-multiple branch June 26, 2025 14:49
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.

3 participants