script-server
script-server copied to clipboard
Resizing input fields
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
I too would like the ability to customise how long the text input field is please.
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.
Fantastic, thank you!!