You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs a new component, a TextArea, there are a couple of reasons for this, one it means that TextField can remain relatively simple, but it also means that native components can use a totally different control.
ianharrigan
changed the title
textfileds dont wrap at given size
Add new TextArea component
Sep 14, 2016
textfileds dont wrap at given size.
Expected Behavior
If a textfiled is given a particular width then the text should wrap when its width its that
Current Behavior
Textfiled has 1 line and just continues to right forever
Possible Solution
Wrap at width. If textfield has height also then put in scrollbar if height is exceeded (maybe give option)?
Test app / minimal test case
RC_HAXEUI_test.zip
Just click in one of the boxes and type.
The text was updated successfully, but these errors were encountered: