i have a standard select html attribute and what i want to do is add an icon to the selected option list basically it shows the user that this select has download options here's my code.
<select>
<option style="background-image: url('https://s17.postimg.cc/kc1y6xwlb/download.png')"></option>
<option>PDF</option>
<option>CSV</option>
</select>
this is what i am trying to achieve!
i have tried a couple of solutions but none seems to be working for my issue, any help?