1

I'm looking for a dropdown box or combobox which allows the user to select a value from the list or type their own. Does anyone have any suggestions for the above which is visually appealing and functional? I'm using ASP.NET MVC and JQuery.

1 Answer 1

2

You can achieve this with the jQuery UI library, there's an example at this page.

It's a combination of the Button, ComboBox and Autocomplete elements included in the library.

UPDATE

You can find an example of how to do this without the autocomplete function on this page

Specifically the autoShow option that widget provides will stop the autocomplete from dropping down while typing

Sign up to request clarification or add additional context in comments.

2 Comments

I looked at that example. It functions as I want except I don't want the autocomplete in this case. I couldn't figure out how to disable the autocomplete while keeping the drop down list. Any ideas?
Yup there is one out there, I've posted a link in the original answer above

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.