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.
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".