avo-hq/avo

Fuzzy-search for dropdowns

Offen

#2.631 geöffnet am 22.03.2024

 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Ruby (308 Forks)user submission
EnhancementHelp wantedJavascriptUI

Repository-Metriken

Stars
 (1.778 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1T 6h) (67 gemergte PRs in 30 T)

Beschreibung

Feature

Dropdown menus in AVO can become quite long for some use cases. In the case of filters in particular, there's often no alternative than a large dropdown. It would be useful if those dropdown could be made in searchable component, rather than a default HTML dropdown.

It's a common component is a lot of web framework. Here's an example from MUI: https://mui.com/material-ui/react-autocomplete/

It would be great if this worked for filters and for select fields.

Current workarounds

There are browser extensions than can turn a dropdown into a searchable one.

Screenshots or screen recordings

Additional context

Contributor Guide