I’ve got some dropdowns that can cause a headache when trying to find something in them. Here’s an example:
Is there any way to make it a bit more uniform, aligning the IN, / and MM and have the numbers start at the same spot, perhaps? I’ve been playing with HTML spacers but it’s not working well, plus the list is dynamically generated, so I don’t think it’s handy having to guess spacers every time I input a new entry.
Apart from simple stuff like that there’s not much else you can do unless you swap the select for standard html dynamically (which is always a bit of a pain).