Can't type in English for definition

Hi Everyone,

I have been looking into this issue and I am struggling to reproduce the error, which makes it very difficult to understand what might be the cause of the issue. I released an update that should prevent the input being bound more than once but there have still been occurrences after that change. If you encounter this issue could you please do the following to help track down the cause:

  • inspect the answer input element and take a screenshot of the web inspector ensuring that the following is visible:
    • The web insector is on the elements tab and showing the input element - Illustrated by the first red arrow in the attached screenshot
    • If you have the console open you could use document.getElementById('user-response') to display the same result. Illustrated by the second red arrow in the attached screenshot
    • could you open the event listeners tab and expand the input event as shown by the 2 blue arrows in the attached screenshot. Could you please ensure all event listeners are shown (only the input needs to be expanded).

Hopefully this will help me track down what is going on.
Thank you so much for any help you can provide.