Bug in Select with ‘pr’.
-
Hi there. I’m noticing that if I put a value into a Select that makes use of the letters pr in the email address it will put the “” marks around the line.
I.E. – [Select* whoToSendTo “PR <[email protected]>” “John <[email protected]>”]
Will show:
“PR <[email protected]>”
John <[email protected]>in the dropdown.
Same if its: [Select* whoToSendTo “PR <[email protected]>” “John <[email protected]>”]
it will show:
“PR <[email protected]>”
John <[email protected]>But if it’s: [Select* whoToSendTo “PR <[email protected]>” “John <[email protected]>”]
it will show:
PR <[email protected]>
John <[email protected]>Is this the desired effect? Is there a reason why PR cannot be in an email address? Or why PR in the email address causes the select menu to add quotes around the entire line?
The topic ‘Bug in Select with ‘pr’.’ is closed to new replies.