I have a small screen to work with. When using text fields, if the value entered is too long, it writes over the top of the field name.
As an example:
Server:
https://www.someserver.com/mqtt
so https etc would be written over the top of Server
To make matters worse, if its too long, the right side is off the right side of the screen.
Any ideas how to solve this?
Strategies I have thought of but have no idea how to implement:
1: "dual line" the field somehow. For example adding a text entry above with the name "Server" but the actual field entry is a text entry below.
Obviously this field has to be named. But I would at least need to be able to not display the name in the menu (such that the long text entry can occupy that space)
2: some form of scrolling text for the entry, which is blocked on the left side, just past the field name text.
Has anyone else had to solve this problem before?
edit: attached an image