I have an <Option>
inside a <select>
on my HTML-Form.
For better visibility, I want to use a TAB inside my Option.
Now the selection is in the Dropdown displayed as:
- Mister Test - Technician
- Misses VeryLongTest - Accounting
- Mister X - Housekeeping
I instead want it displayed like:
1/........Mister Test........................- Technician
2/........Misses VeryLongTest.......- Accounting
545/....Mister X............................- Housekeeping
Is there any way to do this?