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

Endless onfocus loop #29

Closed
vertonghenb opened this issue Aug 25, 2019 · 1 comment · Fixed by #31
Closed

Endless onfocus loop #29

vertonghenb opened this issue Aug 25, 2019 · 1 comment · Fixed by #31

Comments

@vertonghenb
Copy link
Contributor

There is an endless loop occuring in the component.
To reproduce:

  1. Set a breakpoint in the setter of the _searchText
  2. Optionally set the default Debounce value to 5000000 (so we know it's not coming from here.
    => endless onfocus loop

To fix this issue:

  • change onfocus to onclick in the input of the control.
This was referenced Aug 25, 2019
@chrissainty
Copy link
Member

Good spot, we'd seen this at work using the control but hadn't had a chance to narrow it down. Great catch!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants