Page 1 of 1

Making textbox size larger

Posted: Wed Aug 27, 2025 10:55 am
by JavierMG
Hi,

I would like the user to specify the levels of a polytomous dependent variable by hand but the TextBox size is too small horizontally, is there an easy way of increasing its size horizontally? Thank you in advance.

cheers,

Javier

Re: Making textbox size larger

Posted: Wed Aug 27, 2025 5:26 pm
by vjalby
you can add width: largest in your .u.yaml file, eg.

Code: Select all

              - type: TextBox
                name: yLabel
                format: string
                width: largest

Re: Making textbox size larger

Posted: Thu Aug 28, 2025 10:36 am
by JavierMG
Thank you very much, this was exactly what I needed.

Cheers,

Javier