I need something like this:
<input type="image" src="~/Images/meu-icone.png" style="max-height: 15px;" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
<ul class="dropdown-menu">
<li><a href="#">5</a></li>
</ul>
</input>
This even works, but it gets broken, because a input
can not have a ul
inside. The idea is to click on the image and open the list below to select any option.