BUG: QueryRunPanel stores when sliding to the next question in autosave mode
This only concern the autosave mode on QueryPanelComponent
QueryPanelComponent
managed the buttons on the bottom of the daily question/query run.
At the moment when in autosave mode it tries to store an answer to each question when clicking the button that advances to the next question. If the user has not entered an answer and tries to skip the question, she gets an error message and the sliding is canceled.
Expected behavior
The answer gets stored when the user changes the input. (when queryControl.answerControl.valueChanges
emits; debounce: 200).
It does not automatically get stored when clicking the next button.