script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Resizing input fields

Open mueller-webservice opened this issue 4 years ago • 3 comments

Hello, it would be nice to feature resizing of the input fields. For example, if I want to input a longer text as an argument, I always need to use a seperate editor to keep track of what I type since the field in the script server is too small

mueller-webservice avatar Nov 27 '20 09:11 mueller-webservice

I too would like the ability to customise how long the text input field is please.

jarrah31 avatar Jan 18 '21 11:01 jarrah31

done. Now, besides multiline_text type, you can also specify width weight for a parameter, via the following syntax:

'ui': {
  'width_weight': 2
}

It will make a parameter twice as large as others.

bugy avatar Feb 24 '23 12:02 bugy

Fantastic, thank you!!

jarrah31 avatar Feb 24 '23 19:02 jarrah31