Is there a way to make a textbox or rectangle’s width and height responsive to fit the text that is written?
Use case would be for a chat input box and chat display.
For the input box it would be nice for the height to adjust as a longer message is typed.
For chat display, it would be ideal if the textbox and surrounding rectangle took the appropriate width. For a one word text, I don’t need to see the entire 300px box when only 20px is needed. Auto-width didn’t seem to fix this.