I'm trying to create a ComboBox for a ASP.NET MVC5 application. Is this as simple as:
- Create a Select in a razor page
- Add an input field as an option
- Then add options from the data past to the view
How should the search functionality of the input be written? In JavaScript/JQuery or something else? An example would be great! Is there any build in things to create this, maybe something like comboboxfor from the asp.net mvc side? Does Twitter-Bootstrap have anything built in?
I understand comboboxes as explained here. I don't think it would be hard to implement, I just want to implement it the correct way.
Heres a picture of something that I want the results to look like
