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
Making textbox size larger
Re: Making textbox size larger
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
Thank you very much, this was exactly what I needed.
Cheers,
Javier
Cheers,
Javier