-
Notifications
You must be signed in to change notification settings - Fork 4
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
Textbox Inputs are extremely buggy #5
Comments
I might also add this seems pretty similar to what I've experienced in the past with Kha. Apparently getting textfields working on these backends are difficult. Check this out for reference: haxeui/haxeui-kha#63 |
I am using text fields and so are other users. I'm not sure what's going on for you, but I'd make sure you've ran through the readme properly. I didn't make the text input, I'm using ceramic's built in text input which he uses as well. I'll have a look at the sample |
could you send a gif of what's going on? it seems to work for me |
I took the
Using a build macro
section from HaxeUI's website and added it to my app. It had a textbox so I figured I could type in it. Typing basically didn't work at all, not even slightly. It either didn't respond at all, or it took some weird input behavior to get it render anything I typed since it last updated. It worked smoothly with the buttons though.This is the code I used, with the latest core/ceramic versions:
The text was updated successfully, but these errors were encountered: