Support Article
Facing issues on withdrawn properties
SA-4364
Summary
You changed some properties from Integer types to Decimal types. Now, on a modal window, you cannot type any values into the fields.
Error Messages
N/A
Steps to Reproduce
- Change the property type of an Integer value to Decimal.
- Modify the value of that property.
Root Cause
The root cause of this problem is a defect in customer application code/rules. When the property was an Integer, the pxTextInput control was associated with this property. Although this is not a direct match, the control is "smart" enough to adapt the values correctly. There is no such ability to enter a decimal value using a pxTextInput control.
Resolution
This issue is resolved through the following local change: Change the associated control to Decimal.
Published January 31, 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.