Closed rzueger closed 2 years ago
In this case, state.editingValue was not set, because handleChange was never called. As a result, the field was set to 0 in handleBlur.
state.editingValue
handleChange
handleBlur
In this case,
state.editingValue
was not set, becausehandleChange
was never called. As a result, the field was set to 0 inhandleBlur
.