URL of experiment: Pavlovia
Description of the problem:
I have a textbox stimuli for an ‘other’ option to get free response from participants. Participants need to click on the textbox first to make it editable and type a response in it. When participants click the textbox again to ‘deselect’ that option, the textbox reverts to the default text. This all works well, but when the textbox is deselected (i.e., clicked on twice), the default text (that I am setting with code, .setText()) flickers in the middle of the screen. Is there a way to fix this issue? Thank you!