structured-filter icon indicating copy to clipboard operation
structured-filter copied to clipboard

Auto Complete for all dropdowns

Open hnviradiya opened this issue 7 years ago • 4 comments

Feature Request:

It will be a very useful feature if we can provide autocomplete by typing in the dropdowns.

So that user doesn't have to find from dropdown.

hnviradiya avatar Jul 06 '18 10:07 hnviradiya

Yes, it would be nice. It is on my list of features to add but I'm not sure when I can find the time to do it. Thanks.

evoluteur avatar Jul 08 '18 05:07 evoluteur

Awesome tool, had a question though.

For a field which has Multi select filter options, and has values which contains spaces or special characters , the tool fails to select previous options. While we click on the filter to edit, the options do not get auto selected.

Below image shows the issue that I am facing when value containing space or special chars is selected for editing: image

When the selected option is a single word, it works like a charm image

Any fix that you would suggest?

raghu4oth avatar Nov 22 '21 09:11 raghu4oth

This is not a bug. Entries in the list are defined as id-label like {id:"2", label:"Family & Friends"} id should not contain spaces.

evoluteur avatar Nov 23 '21 07:11 evoluteur

Someone asked for it. Have an open PR. But you can use it. https://github.com/evoluteur/structured-filter/pull/31/commits/afe63f263975192f9533eadaffdfa8ea2e15005d

htaymoor avatar Jul 31 '22 12:07 htaymoor