Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new TextArea component #29

Closed
hoseyjoe opened this issue Sep 13, 2016 · 2 comments
Closed

Add new TextArea component #29

hoseyjoe opened this issue Sep 13, 2016 · 2 comments

Comments

@hoseyjoe
Copy link
Contributor

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.

@ianharrigan
Copy link
Member

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 ianharrigan changed the title textfileds dont wrap at given size Add new TextArea component Sep 14, 2016
@ianharrigan
Copy link
Member

This component should be written, i realise there are some basic issues with it, but i think this log itself could be fulfilled.

Can you close if you agree? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants