parse-dashboard icon indicating copy to clipboard operation
parse-dashboard copied to clipboard

Add auto-complete typing to column dropdowns

Open mtrezza opened this issue 4 years ago • 1 comments

New Feature / Enhancement Checklist

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

mtrezza avatar Oct 28 '21 00:10 mtrezza

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.

image

When using filter

image

sadakchap avatar Oct 15 '22 05:10 sadakchap

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: image

mtrezza avatar Oct 15 '22 10:10 mtrezza

can we use this component parse-dashboard/src/components/Autocomplete/Autocomplete.react.js

image

patelmilanun avatar May 30 '23 09:05 patelmilanun

Good idea, maybe if that works, and can be styled aesthetically to fit the filter dialog?

mtrezza avatar May 30 '23 17:05 mtrezza

🎉 This change has been released in version 5.2.0-alpha.17

parseplatformorg avatar Jun 19 '23 22:06 parseplatformorg

🎉 This change has been released in version 5.3.0-beta.1

parseplatformorg avatar Sep 15 '23 18:09 parseplatformorg

🎉 This change has been released in version 5.3.0-alpha.1

parseplatformorg avatar Sep 20 '23 13:09 parseplatformorg

🎉 This change has been released in version 5.3.0

parseplatformorg avatar Nov 16 '23 15:11 parseplatformorg