12
Views
2
Comments
Solved
Inputmask currency default decimals not displaying

Hey Hi,

I’m using Format Currency in an expression to display values with two decimal points, and it works correctly when shown as text.

For input fields, I’m using the Input Mask Currency reusable Forge component. I’ve configured the required properties, but the decimal points are not being displayed. For example, the expected format is $2,314,342,234.00, but it is displayed as $2,314,342,234.

Did I miss anything? Please let me know.


2022-02-23 11-51-04
Vijay Bhaskar Reddy Palle
Solution

Hi Team,

After a thorough check, I found that in the Input Mask Currency component, the On Ready value is hardcoded to true every time. This might be due to a change in convention.

I updated it to use the value passed as an input parameter. When I pass false, it works as expected.





These are the above changes, I did it worked fine.

2023-10-16 05-50-48
Shingo Lam

Which forge component r u using? Can you share the image of it? I think u should turn the UseNumbericInput to True, the decimal will always show for inputting

If its ok, can you share me the oml for further support?

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.