I have a requirement to create a Combo box field, which has a dropdown list and also we can enter text in it. I google it and found datalist tag that is used in the input element to display the dropdown list.
Now, my question is, is there any other way to create combo box field? or Can we create combo box using HTML Helpers?
Thanks.