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

blur event for UiEntry #124

Open
bwagner opened this issue Aug 30, 2018 · 1 comment
Open

blur event for UiEntry #124

bwagner opened this issue Aug 30, 2018 · 1 comment

Comments

@bwagner
Copy link

bwagner commented Aug 30, 2018

Currently, onChanged is fired for every key pressed while the cursor is in a UiEntry. However, it would be very useful to also have an onBlur event that only gets called once the user is done entering a value (by pressing TAB or ENTER). Otherwise onChanged will be fired on every keypress and cause unnecessary transactions.

@mischnic
Copy link
Collaborator

andlabs/libui#349 needs to be resolved first before we can add it in libui-node.

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