-
Notifications
You must be signed in to change notification settings - Fork 44
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
Beginner Question - Focus on TextArea #80
Comments
Hi! This is indeed a library issue. The problem is I just pushed a new branch with a fix. You can test it by modifying your - git: https://github.com/fjvallarino/monomer.git
commit: 68acc4c917f512eae143532388f80884bebe4b07 It's totally fine to ask usage questions here! |
Hi @fjvallarino, I'm not that familar with github - do I have to close this issue? |
Sure, you can close it if you feel the issue is fixed! By the way, I just merged the PR to This fix will be included whenever 1.4 is released, and I also hope to include the fix to the scroll thumb-size issue. Thanks! |
Sounds good - looking forward to the 1.4 release |
TextArea does not allow me to type in it, unless I click with my Mouse into the Textarea.
My application has a TextField. When I set the focus to the TextField with
SetFocusOnKey "textField1"
--> I can type in the TextField right away; As expected
My app also has a TextArea. When I set the focus to the TextArea with
SetFocusOnKey "textArea1"
--> I cannot type in the TextArea unless I click with my Mouse into the TextArea
The TextArea, I did not change the the theme, has a blue border when it is on Focus, but there is no Cursor
--> blue border so it is focused
How do I make TextAreas accept input after receiving focus?
P.S. if there is a better way to ask trivial questions like this, let me know
The text was updated successfully, but these errors were encountered: