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

Add a way to show a progress indicator while fetching items for combobox #2277

Open
Tracked by #1948
jattasNI opened this issue Jul 16, 2024 · 0 comments
Open
Tracked by #1948
Labels
enhancement New feature or request

Comments

@jattasNI
Copy link
Contributor

jattasNI commented Jul 16, 2024

🙋 Feature Request

😯 Problem to Solve

This is the equivalent of #1311 but for the combobox. Some clients may need to do a network request to request combobox items based on the current text. While waiting for that request to complete they would like to show a spinner that indicates something is happening.

At this point we're not aware of specific clients that need this. We're planning to migrate many existing Nimble comboboxes and Material autocompletes to use the new select features and this might negate the need for it or might reveal that some use cases require it.

💁 Proposed Solution

The API should likely follow what we did for select, but there are complications around component differences like the fact that combobox has different autocomplete modes while the select has different search/filter modes. One idea is to remove the autocomplete modes from the combobox and align the API more closely with select filtering.

📋 Tasks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Defined/Ready to Pickup
Development

No branches or pull requests

2 participants