Hi, sorry for this newbie question, my problem is that I'm using currency mask in reactive website. And I'm using bulit-in validation from outsystems. The problem is stated in picture below
Hoping to get a solution here. Thank you
Hi Syakir,
Which inputmask react Forge component are you using? There are several, and you didn't use the option to select a Forge component when you where writing down your question.
Regards,
Daniel
Hi sorry, the one I'm using is originally from outsystems itself.
If you used this Forge component: https://www.outsystems.com/forge/component-overview/7838/inputmask-react
Then the only way I got it working is by setting Mandatory on the input to False, and added logic to validate the input:
Still I needed to explicitly set the IsValid to true if a value was entered, or else OutSystems would keep reporting about Expecting a currency.
Here I attach an OML for reference