Can't type in textbox

This demo should now work https://gitlab.pavlovia.org/lpxrh6/gra-en

The problems were:

  1. v 2020.2.3 needed to allow textbox to be editable on multiple iterations - you already correctly identified and tried this, but…
  2. that created an error with fill color (that you shared above (thankyou) so we need to set the textbox fill color to be ‘black’ rather than ‘None’
  3. I added a code component to clear the textbox at the start of the routine using textbox.text = ‘’ (and added the JS equivilent) - this is possibly a bug I will look into further.

For now though hopefully this works :slight_smile:

Becca