Typed text in Text box doesn't appear in Pavlovia

Hi Eli,

OK yes (sorry about that awkward trade off you are currently in!) to automatically give a textbox focus add a code component and in the each frame tab write


textbox._pixi.focus()

where textbox is the name of your textbox component.

Hope that helps,
Becca