Questions tagged as 'html5-datalist'

0
answers

Apply Styles to a Datalist in the options

I have this problem, I have an input which has a datalist: <input id="EmplName" runat="server" list="listEmpl" oninput='onInput()' placeholder="All Employee" /> <datalist id="listEmpl" runat="server" /> Now I want to kn...
asked by 04.12.2018 / 19:15