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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Handle enter click in a NumberBox and add onEditingComplete event #1060

Closed
WinXaito opened this issue May 2, 2024 · 1 comment 路 Fixed by #1063
Closed

馃悰 Handle enter click in a NumberBox and add onEditingComplete event #1060

WinXaito opened this issue May 2, 2024 · 1 comment 路 Fixed by #1063
Labels
bug Something isn't working

Comments

@WinXaito
Copy link
Collaborator

WinXaito commented May 2, 2024

Describe the bug
When a NumberBox has the focus, a click on enter should exit the focus.

It would also be great to add onEditingComplete.

@WinXaito WinXaito added the bug Something isn't working label May 2, 2024
@bdlukaa
Copy link
Owner

bdlukaa commented May 20, 2024

I just debugged the issue and noticed that onEditingComplete is being the root of the issue. We provide it internally, but when not provided the Enter key exists the focus. onEditingComplete also overrides the default behavior of handling according to the TextInputAction.

@bdlukaa bdlukaa mentioned this issue May 20, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants