blob: deceeb9c6c2f50375d4f3388423ca7baa9c9f7c9 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<input id="fruit" list="fruits" type="text"/>
<datalist id="fruits">
<option>Apple</option>
<option>Orange</option>
<option>Pear</option>
</datalist>
</body>
</html>