Html5 datalist issue with input text and textarea -
i create info list attached input works when add together text area , seek write shows me suggestions html code:
<input list="data" type="text"> <datalist id="data"> <option>op1</option> <option>op2</option> </datalist> <textarea></textarea> it works fine in firefox not in chrome help
html5
No comments:
Post a Comment