Currently I am facing a problem with InputMask React component. I am using text as input field and id of this input field is assigned to "InputId" If user enters a negative number & places cursor after minus symbol and enters backspace, then minus symbol is getting removed visually in the UI but minus symbol still exists with the value of the input field.
I am not getting OnBlur() event for the input field also.Please let me know is there any solution exists for this problem.