-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Autocomplete/filtering for upload testcase job dropdown #1275
Comments
it is actually filterable, you need to type the entry and it works. it is not intuitive, so what you type does not show up but the entry does get selected. This is due to polymer component https://www.webcomponents.org/element/PolymerElements/paper-dropdown-menu. we couldnt find a good polymer component that takes care of this today, which is sad. Probably file a bug on polymer elements. |
https://github.com/kolarski/select2-wrapper appears to be basically what you'd want, but it's from several years ago |
That wont work since it is on Polymer 1.0, and we are on Polymer 2.0. Also, if such components dont update, we get stuck on migration. |
Should be fixed. |
If you're involved in many projects the number of items in the dropdown can be prohibitive to easy usage. It'd be great if it was a filterable/autocompletable dropdown ala https://select2.org/getting-started/basic-usage
The text was updated successfully, but these errors were encountered: