Based on my understanding, there are limited options available to style an <option>
tag within a <select>
dropdown and it appears quite plain. So I was thinking about creating a more visually appealing dropdown using <ul>
<li>
tags instead. However, I am unsure if this is possible.
I have come across information suggesting that you can hide inputs in the <li>
tag and retrieve values that way.
Is there an effective solution to address this issue? The dropdown simply needs to display 3 static values for selecting 1, 2, or 3!