odch / flightbox

Fluganmeldung & Startliste für BAZL Statistik
MIT License
4 stars 0 forks source link

Fix bug where time fields were set to 0 when lost focus w/o changes #302

Closed rzueger closed 2 years ago

rzueger commented 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.