mWater / mwater-forms

Forms controls for mWater
GNU Lesser General Public License v3.0
3 stars 5 forks source link

Data sometimes not registering when moving directly between form controls #193

Closed grassick closed 7 years ago

grassick commented 7 years ago

From AJ Karon: when you have fill in the blank questions (either text or numbers), if you enter an answer and then go directly to the next question, sometimes the response you entered will disappear. But if you select a different part of the screen, say the text of the question first, that will lock in your answer. I've noticed it happening on pretty much every form we've used... there doesnt seem to be any reason why it happens sometimes and not

@broncha Is it possibly a React timing issue of simultaneous updates? Can you have a look see if it's reproducible?

broncha commented 7 years ago

I tested this with app from playstore, filling in Visualization Test survey. Can't reproduce it. Can we test this with that specific survey?

grassick commented 7 years ago

I think it was a slow database problem. I've replaced it with an async throttled queue.