parse-dashboard
parse-dashboard copied to clipboard
Add auto-complete typing to column dropdowns
New Feature / Enhancement Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
Current Limitation
Currently, selecting a column from a list (dropdown) can only be done by scrolling through the list.
Feature / Enhancement Description
Allow to type the column name with auto-complete, to make it easier to select the column. For example, even just typing the letter u makes it much faster to find the column user, than scrolling down and having to visually scan all column names.
Example Use Case
n/a
Alternatives / Workarounds
n/a
Thanks for opening this issue!
- 🎉 We are excited about your ideas for improvement!
@mtrezza, just to confirm, we are referring to below dropdowns, correct?
When deleting a column.
When using filter
Not in any of the "remove" dialogs, because there we want the user to explicitly enter the column or class name to confirm the deletion. The feature should be added only in the filter dialog (2nd screenshot above).
The typical UI control would be to filter the dropdown list as soon as the user starts typing, showing only the column names that contain (not just start with) the typed string. The user also needs to see what they currently typed, so the UI control becomes a mix of text field and drop down. A visual aid and nice-to-have would be to highlight portions of the text in the column names after which it is filtered.
Here is a quick mock-up:

can we use this component parse-dashboard/src/components/Autocomplete/Autocomplete.react.js
Good idea, maybe if that works, and can be styled aesthetically to fit the filter dialog?
🎉 This change has been released in version 5.2.0-alpha.17
🎉 This change has been released in version 5.3.0-beta.1
🎉 This change has been released in version 5.3.0-alpha.1
🎉 This change has been released in version 5.3.0