Hello i am having a very big select box which have a huge list of elements , so i need a search box while selecting an option , how it can be done . thank you .
<select title="Title">
<option></option>
<option>Burger, Shake and a Smile</option>
<option>Sugar, Spice and all things nice</option>
<option>Baby Back Ribs</option>
<option>A really really long option made to illustrate an issue with the live search in an inline form</option>
</select>
Use Select2 - The jQuery replacement for select boxes https://select2.github.io/
This is simple HTML5 code .i think it will work for you.you can write option as a list from where data is being populated accordingly the framework you are using there is no need to write huge amount of options.
I have created a select option using divs. Only the container and options are needed, just like the original tag. JQuery does all the rest.
Sample html needed:
Css:
Jquery:
Check out and use if you like it. https://jsfiddle.net/bcjyogok/3/