-
Notifications
You must be signed in to change notification settings - Fork 4
added support for multiple text boxes and backspace #8
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
base: main
Are you sure you want to change the base?
added support for multiple text boxes and backspace #8
Conversation
hugoarnal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried compiling the example on my machine and it didn't work as expected so thought I'd drop my thoughts
Co-authored-by: Hugo <[email protected]>
Co-authored-by: Hugo <[email protected]>
|
Thanks for these updates! |
|
It's there, just need to expand MicroUI's window. I can add a fix to make the layout_row be only 1 column with -1 width. |
|
Yes, please fix it. I think we should also put the second text box on a newline. |


in response to #6 I was only able to add backspace support and multiple textboxes. Need help with left right.