Form did not wrap text

OS (e.g. Win10): Win10
PsychoPy version (e.g. 1.84.x): Latest
Standard Standalone? (y/n) If not then what?:y
What are you trying to achieve?:
I set up a form to collect response. I want to display a list of items with relatively long itemText. I hope the text in each item can wrap automatically.

What did you try to make it work?:
I set up itemWidth with 0.8. responseWith 0.2 in the file for item.

What specifically went wrong when you tried that?:
Please see the pic. The content exceeds the screen. It seems that itemWidth setting does not work.

Thanks for flagging this up! Thankfully this mostly applied to very long strings without spaces in, wrapping is still a bit off for sentences but it does do it at least. Layout is a big part of why the Form component is still in beta, but we’re making progress on it so hopefully by the next major version we’ll be able to take that beta sticker off!

Could you log this as an Issue on GitHub? https://github.com/psychopy/psychopy/issues

is there a way to wrap text when there are spaces between words?