Can an input widget have multiple lines of text?

Hey everyone,

I was wondering if there is a way to have a Button widget but also allows the user to tap somewhere on it and then gives the option to have a text input but doesn't get in the way of the functionality of the button press?

I know it's easy to just go into edit mode but I was thinking it would be lovely to be able to tap on a text input, have the windows qwerty touch screen keyboard appear, type the desired button name and then the button returns to normal.

Not sure if this is possible

Many thanks

Jono

There's no onscreen keyboard feature currently, what you describe would require building a keyboard with buttons and put it in a modal, and use alot of scripting I guess. I would stick to using the edit mode :).

1 Like