Currently on android and windows desktop (and I suppose on the other platforms too) textInputDialog is on a single line:
is it possible to make it multiline (maybe with an option), so that more lines are visible at once? I am figuring something as already happens with the "message" before the input text.
Right now it can be used "only" to record short strings, because when strings are longer than the "white box" you can't read the whole sentence without moving the cursor forward and backward.
Maybe a way to set the size for the dialog box would suffice (now on desktop the best option is to resize it everytime by hand, but textwrap would be awesome :-\" )
Thank you