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

Decimal control accepts 'e' in the number text box

SA-76150

Summary



The requirement is such that the user should not be allowed to enter the 'e' character in the number text box.


Error Messages



Not Applicable.


Steps to Reproduce

  1. Log in to the application
  2. Create a number type of property
  3. Attempt to enter the character 'e' in the number text box


Root Cause



A third-party product issue. HTML5 number type of input box supports user to enter numbers and 'e' for exponential.


Resolution

Perform the following local-change: 
  1. Create an edit input rule for the number property
  2. Replace the 'e' character with blank, such as '' by adding the below code in the edit input rule:
    theValue =  theValue.replaceAll("e","");

 

Published April 5, 2019 - 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