Hi all,
I was thinking of including icons alongside text in the dropdown boxes and was wondering if it's possible?
The idea is something like:

but with images instead of emojis.
One possible solution that may be the way we have to go is having each dropdown option be an image and the image includes the text in itself. There are a few drawbacks to this approach though.
For those wondering with emojis this is done the same way you'd write emojis (if you use windows: windows key+. pulls up the emoji keyboard) so in the array for the options its
["🚕🚕🚕cars", 'option0'],
['🚌🚌🚌 Buses', '
option
1'],
['🛴🛴🛴 Scooters', '
option
2'],
Best,
Jonty