cancel
Showing results for 
Search instead for 
Did you mean: 

Resizable InputField

Former Member
0 Kudos

Hello,

I have an InputFiled which should have a size of about 500px (or 120 charaters) if there is enough space. On the other hand the InputFiled should shrink if the space is reduced.

Any idea how to achieve this? I used an InputFiled where I set the length or width but it is not resizing if I reduce the size of the browser window.

Regards,

Achim

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Achim,

Set the width of Input Field in "%" (for eg: 20%) instead of pixels. When you set the width in % then it will automatically changes the width of the input field depending on resolution/screen size.

Regards,

Jhansi

Answers (0)