Text input
-
How can I create something where a user can type in lyrics to their song?
I have not been able to find any method to allow users to enter text. -
@pcs800
Use a label. -
@Oli-Ullmann Yes, but you cannot hit enter to move down a line. All text will be on a single line until it reaches the label border. It would be great to have an embedded notepad.
-
@pcs800 a label is the only ready made component to input text.
If you need an advanced widget you’d have to build it yourself I’m afraid
Definitely not an easy task but definitely doable with a panel and a keypress callback -
