13
Views
1
Comments
Solved
InputMaskReact  Forge Component Setting default value to "0" when the input is ""
Question

Hi team , i am using text inputMaskReact. When i erase all values using backspace, Automatically 0 is assigned. Please help me to resolve this issue.

Solution

Hi team,

I have got the solution for this. Just in case anyone else faces the same issue, Then in the JS file "InputMaskAuxFunctions_min" - Comment the function "InputMaskAuxFunctions_min" or make the value returned from the function as "" instead of "0".

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