TextBox messes up my data file

If this template helps then use it. If not then just delete and start from scratch.

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): v2022.2.5
Standard Standalone? (y/n) If not then what?:
What are you trying to achieve?: I am trying to create an experiment where the subjects need to write all the words that come to their minds after reading a certain word.

What did you try to make it work?: To do this I used a TextBox so the subjects can write all the words separate by commas.

What specifically went wrong when you tried that?: It works well, but the data file format gets messed up, somehow the answers appear in other cells.

This is how the excel file looks like when the TextBox is enabled:

This is how the excel file looks like when I disable the TextBox component:

To see the results, I open a blank excel file, then I import data from text, select delemited data and separated by commas.

Here are some examples of excel files with the TextBox enable and disabled:
TextBoxOn.csv (5.2 KB)
TextBoxOff.csv (9.1 KB)