Hi Team,
I am using input mask react for masking the currency value ,
when I hover on the input box it will show € 0 ( € is prefix for the mask ) and it will not allow me to enter value 0.
and I need user to enter value 0 if they don't want to enter any other number.
hope I will get solution soon .
Thanks ,
shain
Hi Shain,
Their is not able to insert 0 in before any number its default you can use numeric input.
Or if you want insert their is JS file you need to update it accrodingly.
https://www.outsystems.com/forums/discussion/76600/how-to-remove-placeholder-i-e-0-on-mouse-hover-for-currency-values/
Hi Deepa ,
Thanks for response
Could you please give me an example for that ?
That would be helpful actually