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

Number fields do not trigger focus/blur events #154

Closed
vaadin-miki opened this issue Jun 9, 2020 · 0 comments · Fixed by #155
Closed

Number fields do not trigger focus/blur events #154

vaadin-miki opened this issue Jun 9, 2020 · 0 comments · Fixed by #155
Assignees
Labels
bug Something isn't working

Comments

@vaadin-miki
Copy link
Owner

It seems focusing / leaving the field does not trigger focus / blur events. This is probably caused by the event being eaten by the component without firing it up.

These events should be propagated from the inner text field to the custom field and then to registered listeners.

@vaadin-miki vaadin-miki self-assigned this Jun 9, 2020
@vaadin-miki vaadin-miki added the bug Something isn't working label Jun 9, 2020
@vaadin-miki vaadin-miki added this to the 0.7.0 - SuperTextField milestone Jun 9, 2020
vaadin-miki added a commit that referenced this issue Jun 9, 2020
added unit tests and notifications in the demo app
@vaadin-miki vaadin-miki mentioned this issue Jun 9, 2020
vaadin-miki added a commit that referenced this issue Jun 9, 2020
added unit tests and notifications in the demo app
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.

1 participant