Editable Text Box not responding - v2023.2.3

Dear all,
I am having some issues in inserting an editable textbox using visual.TextBox2 in a routine. In short, I’d like that after the onset of a square, particpants must estimate how long the square has lasted, by specifying minutes and seconds.
Although the code is as idicated tutorials - at least, I think - I can’t type my response.

OS (e.g. Win10):
PsychoPy version (e.g. 2023.2.3):
Standard Standalone? (y)

Please get a look to the code

Response = visual.TextBox2(
win, text=‘Réponse’, placeholder=‘’, font=‘Arial’,
pos=(0, 0), letterHeight=0.08,
size=(0.8, 0.8), borderWidth=2.0,
color=‘white’, colorSpace=‘rgb’,
opacity=None,
bold=False, italic=False,
lineSpacing=1.0, speechPoint=None,
padding=0.0, alignment=‘center’,
anchor=‘center’, overflow=‘visible’,
fillColor=None, borderColor=None,
flipHoriz=False, flipVert=False, languageStyle=‘LTR’,
editable=True,
name=‘’,
depth=-1, autoLog=True,

I will be really grateful if you could also just indicate any ressource that could help me!
Thank you so much.
Best,
Giulia.