TNEW - Pull Down field

Hello,   

My list of values in a pull-down field has a comma -

'Silver Sponsor - $2,000'

and it looks like this comma triggers a 'carriage return' in TNEW.  Any workarounds ?

Thank you,

Sabina

 

Parents
  • My advice for debugging this: compare the DOM element tree in your web inspector with the source code being returned by the server. If there's a <br> in the source, then it's something on TNEW's side, but if the DOM tree has a BR but the source doesn't, then you know it's some page javascript that's substituting the , with a <br>.

Reply
  • My advice for debugging this: compare the DOM element tree in your web inspector with the source code being returned by the server. If there's a <br> in the source, then it's something on TNEW's side, but if the DOM tree has a BR but the source doesn't, then you know it's some page javascript that's substituting the , with a <br>.

Children