Eingabetyp Text in der Option auswählen
<input type="text" name="example" list="exampleList">
<datalist id="exampleList">
<option value="A">
<option value="B">
</datalist>
hirohito