Open
Description
If a user types their answer in to the autocomplete rather than picking one - even if it's an exact match, that answer will not get submitted.
I'd consider this quite a serious bug - and am surprised we haven't come across it before. I assume on blur we should be checking the value and doing some stuff - but it seems like this only happens on interaction with the suggestions.
I've frequently observed users type complete answers in the autocomplete and not even realise suggestions were showing. Where the answers are short (eg 'French') they may well have typed the answer before ever noticing the suggestions.
There are some related bugs with this:
- If they previously picked a different answer, then change the text and type a different, correct answer, then the old answer will be submitted.
- If they type a correct answer, but in different case, that answer will also not be saved.