Support Article
pxButton label appears in uppercase instead of lowercase
SA-23558
Summary
The pxButton label is displayed in uppercase despite giving the value in lowercase. This is observed across all buttons in the application.
Error Messages
Not Applicable
Steps to Reproduce
1. Create a pxButton control in a section.
2. Give the label field in lowercase.
3. Check the label field during runtime.
Root Cause
The CSS invoked for displaying all the buttons in the application has the text transform field set to Uppercase.
Resolution
Perform the following local-change:
Change the text transform value to "none" in the CSS file.
Published May 23, 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.