Support Article
Helper text value does not maintain the case during runtime
SA-55642
Summary
Incorrect Helper Text value displays during runtime. Configuring a label to use 'Helper Text' formatting and setting its value as 'NAME', displays the value as 'Name' during runtime.
Error Messages
Not Applicable.
Steps to Reproduce
- Add a label in a section layout
- Navigate to the General tab cell properties and configure the value as 'NAME'
- Navigate to the Presentation tab and set the Label format as 'Helper Text'
- Run the case and observe the text displays as 'Name'
Root Cause
The out-of-the-box pyCaption.Name field value in @baseclass converts the 'NAME' label value to 'Name'.
Resolution
Perform the following local-change:Navigate to the application Skin rule and add a 'text-transform: uppercase' Cascading Style Sheets (CSS) attribute to the Helper Text label.

Published July 23, 2018 - 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.