Support Article
“Dynamic select control” value displayed in small letter
SA-18872
Summary
“Dynamic select control” value gets displayed in small letter.
User is using “Dynamic select control” to display State values. At runtime, it is observed that only “IN” value is displayed in small letters.
Error Messages
Not Applicable.
Steps to Reproduce
Configure a Dynamic Select Control in a section to display State Values.
Root Cause
Dropdown control fetches the value from pyState field value which in turn goes and searches the pyCaption field value to see if any transalations exist. In this case a pyCaption field value (ref : @baseclass • pyCaption • in) holds 'in' (lower case).So, the dropdown contains 'in' (lower case) because it overrides the value in corresponding pyState.
Resolution
This issue is resolved through the following local-change:
Create a field value 'in' of type pyCaption in your ruleset and set the value to upper case 'IN'.
Published January 31, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.