Jump to content

Other alternative for long drop down list


fredyap1234

Recommended Posts

Hi guys,

 

I have a form and in this form is a long drop down list which is called category. Problem is that this drop down list is somewhat long and I felt that users may take a long time to scroll and read through each category before they pick one.

 

Previously, I used a text box to get the category from users before saving it into database. But however, there is a consistency issue.

 

For example, a user may specify category as "jack and jill" while others may specify it as "jack & jill". (One use the word 'and', while the other used the ampersand symbol.) As such it is not very consistent and I have switched to using drop down list.

 

But over time, the category drop down list grew in size and it's somewhat annoying to go through the whole list to pick a category from the drop down.

 

So I would like to ask you guys for opinion if there are other alternative for long drop down list? I'm thinking of alternatives like autocomplete, etc. What do you guys think of it?

 

Thanks in advance.

Link to comment
Share on other sites

  • 3 weeks later...

I recently ran into a similar issue with an application I was developing. I ended up going with a combination of dropdown, auto-complete and input field. When typing into the input field, it queried a hidden dropdown to eliminate querying the database. It then showed those results. If a user continued typing something different it would still accept the value they had given.

 

I just included a link for them to browse all available categories if they wanted to, but this method seems to cater to all my users needs.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.