Issue with controlled Input in react

Using controlled input to set the value of my input area, but it occurs that when i use backspace on the input field it doesn’t delete the last character in the object where i am saving the input values.

I have don’t know what to try because i’m entirely new to react.