datalist is not supported
-
nebazmc last edited by
Why is not html5 datalist supported?
<input list="browsers">
<datalist id="browsers">
<option value="opera">Opera</option>
<option value="firefox">Firefox</option>
</datalist>it is supported by chrome for android!
-
nebazmc last edited by
- dropdown menu should not be empty.
- when i write a text, suggest list should not be empty.