You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The native select box is just fine when there are only a few options to choose from, like the client picker:
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).
I'd like to use this more like a search / autocomplete input field, similar to how it currently works on cwvtech.report:
The text was updated successfully, but these errors were encountered:
The native select box is just fine when there are only a few options to choose from, like the client picker:
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).
I'd like to use this more like a search / autocomplete input field, similar to how it currently works on cwvtech.report:
The text was updated successfully, but these errors were encountered: