Answers for "show textbox when select option is selected"

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 "show textbox when select option is selected"

Browse Popular Code Answers by Language