Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Hyphens are not visible when Integer property type has no value

SA-42309

Summary



Hyphens are not visible when the Integer property type does not have a value. However, the hyphens are visible when the Text property type does not have a value.


Error Messages



Not Applicable


Steps to Reproduce

  1. Create section with Text input an Integer properties
  2. Run the flow


Root Cause



Pega does not handle the scenario to display hyphens for Integer and Decimal property type when the value is empty.


Resolution

Perform the following local-change: Include the below code in the UserWorkForm.

<style>

.content-inner > .field-item > span > span:empty:after

{ content: '\2014\2014' !important;

color: #808080 !important;

}

.gridTable .dataValueRead span > span:empty:after

{ content: '\2014\2014' !important;

color: #808080 !important;}

.gridTable .dataValueRead span:empty:after

{ content: '\2014\2014' !important;

color: #808080 !important;}

</style>


Published October 8, 2017 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us