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

onChange should be called when user types #121

Merged
merged 2 commits into from
Apr 14, 2017
Merged

Conversation

alphashuro
Copy link
Contributor

we need to be able to hook in to the user type event for async autocompletes. we can still listen for selections using "onNewRequest"

we need to be able to hook in to the user type event for async autocompletes. we can still listen for selections using "onNewRequest"
@codecov-io
Copy link

codecov-io commented Mar 28, 2017

Codecov Report

Merging #121 into master will decrease coverage by 2.2%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #121      +/-   ##
==========================================
- Coverage   83.78%   81.57%   -2.21%     
==========================================
  Files          11       11              
  Lines          37       38       +1     
==========================================
  Hits           31       31              
- Misses          6        7       +1
Impacted Files Coverage Δ
src/AutoComplete.js 60% <0%> (-15%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 89f3732...4fa2675. Read the comment docs.

@erikras erikras merged commit f504a38 into erikras:master Apr 14, 2017
@erikras
Copy link
Owner

erikras commented Apr 14, 2017

Published in v4.1.4.

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 this pull request may close these issues.

None yet

3 participants