Answers for "select option with text input"

0

input type text inside select option

<input type="text" name="example" list="exampleList">
<datalist id="exampleList">
  <option value="A">  
  <option value="B">
</datalist>
Posted by: Guest on October-22-2021

Code answers related to "select option with text input"

Browse Popular Code Answers by Language