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

Cross mark icon is not displayed inside text input post upgrade

SA-40679

Summary



Post upgrade, the cross mark icon is not displayed inside text input for clearing the text.


Error Messages



Not Applicable


Steps to Reproduce



Create a section and include any field as text input. At runtime, enter some value and there is no X mark at the end of the field to clear the entered value.


Root Cause


The cross has been removed intentionally in PRPC. Fixing this issue may result in misbehavior of input, autocomplete and other input element based controls.

For example:

  • Text inputs styled with text-align: right, it clips off the right edge of the text inputs.
  • The clear icon overlaps with the AutoComplete control look and feel.


Resolution


Add the following script in the UserWorkForm to get the clear icon:

<style>
input[type="text"]::-ms-clear { display: inline-block; }
</style>



Published August 26, 2017 - Updated October 8, 2020

Was this useful?

100% 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