Skip to content

Replace <select>s with a custom Combobox component #1301

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

Open
wants to merge 75 commits into
base: develop
Choose a base branch
from

Conversation

MattBudz
Copy link
Contributor

@MattBudz MattBudz commented Sep 26, 2024

Summary

This PR replaces <select> elements with a combobox which maintains all the functionality of a standard <select> while also bringing flexible styling options, support for remote data sources, filtering, and pagination.

Check List

  • Added a CHANGELOG entry

@MattBudz MattBudz changed the title Combobox/base Replace <select>s with a custom Combobox component Sep 26, 2024
@MattBudz MattBudz marked this pull request as ready for review March 11, 2025 16:12
}

if (disabled) {
$appendedOption.attr('aria-disabled', 'true');
Copy link
Contributor

Choose a reason for hiding this comment

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

why aria-disabled?

Copy link
Contributor

Choose a reason for hiding this comment

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

This is to add support for accessibility when an option is disabled

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