HTTPArchive / httparchive.org

The HTTP Archive website hosted on App Engine
https://httparchive.org
Apache License 2.0
334 stars 42 forks source link

Tech Report: Improve how to search for technologies #885

Open rviscomi opened 4 months ago

rviscomi commented 4 months ago

The native select box is just fine when there are only a few options to choose from, like the client picker:

image

But for the technology dropdown, which contains 3164 options, scrolling through it is impractical on mobile. At least on MacOS, you can type to jump down the list, but it doesn't always work well (handling typos, need perfect timing).

image

I'd like to use this more like a search / autocomplete input field, similar to how it currently works on cwvtech.report:

image