Show datalist labels but submit the actual value
Currently the HTML5 <datalist>
element is supported in most major browsers (except Safari) and seems like an interesting way to add suggestions to an input.
Currently the HTML5 <datalist>
element is supported in most major browsers (except Safari) and seems like an interesting way to add suggestions to an input.
I would like to modify the way that the list of the different options of my datalist are displayed. Is it possible to apply on it some CSS properties ?
I’m trying to implement HTML5 datalist element in a easiest possible way.