How to make a combobox in HTML / WEB Page ?

Babar

New member
How could I make a combobox in HTML such that newly entered value by user becomes part of the options. And also it becomes current selected value without any further activity like refreshing the page. A use case could be like user opens web page, enters a new value into comboxbox, & then enter some text in a text box. We append the text with the new entered option & submit.
 
Back
Top