Hi,
We have amount text box in form. We want to display thousand separator while user is typing.
This is working good in OutSystems DataGrid for Number column.
In the Form textbox it's not working, so we have tried Input Masks Library Forge component.
https://www.outsystems.com/forge/component-overview/2258/input-masks-library
Thousand separator is working but when user do focus in textbox then it's showing 0.00.
How to remove 0.00 value when user do focus in or hover on textbox?
Best Regards,
Nitin
Hello Nitin,
Please visit the below forge component.https://www.outsystems.com/forge/component-overview/16416/javascript-examples
We have one javascript which can be used to fulfill your requirement .
Please find the link to try the same.https://sushant-sharma31.outsystemscloud.com/JavascriptExamples/SampleScreen?_ts=638302983221060194Regards