# TextBox2 not editable on second run

**URL:** https://discourse.psychopy.org/t/textbox2-not-editable-on-second-run/27970
**Category:** Online experiments
**Created:** [March 14, 2022, 10:49am UTC](https://discourse.psychopy.org/t/textbox2-not-editable-on-second-run/27970 "2022-03-14T10:49:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![f.cerpe](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.psychopy.org/f.cerpe/32/7594_2.png) [@f.cerpe](https://discourse.psychopy.org/u/f.cerpe)
#### Post date: [March 14, 2022, 10:49am UTC](https://discourse.psychopy.org/t/textbox2-not-editable-on-second-run/27970/1 "2022-03-14T10:49:33Z")

</div>

URL of experiment: [hoplab / braille\_tentative · GitLab](https://gitlab.pavlovia.org/hoplab/braille_tentative.git)

Hi everyone,

I’m having some issues with the textBox2 in an online experiment where participants are supposed to type in the corresponding letter to a stimulus.

In the first iteration, it seems to work. From the second onwards, the textBox is not editable unless I get in/out of fullscreen. If I do so, I see the previous input as text in the textBox (not sure it was saved).  
This is consistent across firefox, chrome, safari.

I already tried adding a code component with `test_response.editable = true;` and `test_loop.addData(test_response._pixi.text)` but the issue is still there.

Can someone please point me to what’s going wrong?  
Thank you.

All the bests,  
Filippo

---

<div class="post-metadata">

### Author: ![wakecarter](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.psychopy.org/wakecarter/32/5753_2.png) [@wakecarter](https://discourse.psychopy.org/u/wakecarter)
#### Post date: [March 14, 2022, 12:37pm UTC](https://discourse.psychopy.org/t/textbox2-not-editable-on-second-run/27970/2 "2022-03-14T12:37:43Z")

</div>

Does this thread help?

> [@Editable textbox only accepts input on first trial](https://discourse.psychopy.org/t/editable-textbox-only-accepts-input-on-first-trial/24358):
>
> OS Mac High Sierra PsychoPy version 2021.2.1 (and now 2021.2.2) Standard Standalone? (y/n) y What are you trying to achieve?: I want participants to estimate the age of someone in a photo by typing a number into an editable textbox (32 trials), and I’d like for the experiment to run online What did you try to make it work?: I made an editable textbox component in builder! It is called AgeEst below. What spe…

---

<div class="post-metadata">

### Author: ![f.cerpe](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.psychopy.org/f.cerpe/32/7594_2.png) [@f.cerpe](https://discourse.psychopy.org/u/f.cerpe)
#### Post date: [March 14, 2022, 1:44pm UTC](https://discourse.psychopy.org/t/textbox2-not-editable-on-second-run/27970/3 "2022-03-14T13:44:03Z")

</div>

Indeed it answer my problem.  
I must have missed it given it’s a builder issue, that’s a lesson on a more accurate search before posting.

Thank you so much!
