I have a textfield
<input type="text"...
It shall display items from 1 to 31. If I click in the textfield it should open the values (1 - 31) like in a select field. However I don't want to directly use
<select
because I don't like the "down arrow".
How can I achieve this?