I've noticed that Firefox Mobile for Android doesn't support HTML datalist for input fields. On iOS, there's a little function, not very useful because it only shows 3 suggestions (like Chrome on iOS too) and doesn't show the text of the datalist option, only the value :
<datalist>
<option value="value">text</option>
</datalist>
Some forums note this lack since several years...