I'm creating a site where the user will be picking what assignments each and one has. For ease of use I've chosen to go with select elements.
The problem here is that many times the assignments are actual company names that has colons in the name, making this a problem since colon is used to separate Label:value, making this quite a deal breaker.
So, I've searched and found nothing about escaping characters used in a select field, but I assume there are options for this?
Thank you