-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(typeahead): fix error on blur after init #5760
fix(typeahead): fix error on blur after init #5760
Conversation
Fix error thrown on blur before input is given Closes valor-software#5736
Codecov Report
@@ Coverage Diff @@
## development #5760 +/- ##
===============================================
- Coverage 73.72% 73.65% -0.07%
===============================================
Files 323 323
Lines 11650 11651 +1
Branches 2481 2481
===============================================
- Hits 8589 8582 -7
- Misses 1955 1962 +7
- Partials 1106 1107 +1
Continue to review full report at Codecov.
|
@daniloff200 any chance you could have a look into this? It solves the nasty error which can be observed even on the official docs page. Thanks in advance! |
Thanks, how does the release process of this looks now? |
Any news when this fix will be published? |
This is in the changelog under 5.7.0, but it's not published to npm. Anything holding it up? |
Hey! |
Fix error thrown on blur before input is given
Closes #5736
PR Checklist
Before creating new PR, please take a look at checklist below to make sure that you've done everything that needs to be done before we can merge it.