I’ve got a page that I have for users to submit a requests for work on servers. In this page I’ve got a <select></select> currently with a few hundred server names and while it’s mildly annoying to be able to multiple select server names it’s not painful. Now the possibility has arisen for having thousands of server names to pick from.
This is what I’d call “unwieldy”.
About the best option I’ve found (so far) is one of the jQuery multi-select modules that’ll let you search by name and then move the picked name over to another spot that shows it’s been selected. However, the .js that gets generated is right around 200K and even though all traffic from users that use this page is on a WAN that seems extra… beefy.
Would anybody have some sage words of advice for how to make this look just a tad bit less cumbersome…?