We are upgrading our application from 13.1 to 15.1 libraries.
We have noticed a change in how &'s are handled in the Group Control's text field. It used to require && to display a single & but now it is only requireing a single & and all of the controls we have using the double && are displaying 2 characters. Is there a property we can set to use the old way so we dont have to look through our entire application to fix this in every individual instance?