I need help with an issue. When i type long text such as login emails to a textbox the size of the text box expands instead of scroll the text left like a typical textbox you would expect.
Wrap your textbox with SizeBox or CanvasPanel:
3 Likes
Thank you for the very detailed response.